Please enable JavaScript.
Coggle requires JavaScript to display documents.
Standardize Tags - Coggle Diagram
Standardize Tags
Purpose
Audience can run categories of tests instead of running the whole suite
Verify functionality of a particular aspect of the application
Run particular tests on a particular environment
Local
MR pipeline
Review App for MRs
Test
Stage
Prod
Audience can run tests that are NOT in their respective products
Will people actually do this or rely on other teams to tell them the current quality of the feature?
Could this be useful in MAJOR projects that involve >1 app teams?
Audience
QE
Developers
Others?
Product?
Would they run tests themselves or rely on engr?
Data Science/Analytics?
Tag creation
Done by QE's for E2E tests
Tags for integration tests as well?
Tag name
Major Category - Major Product within the Mono-Repo
Include sub categories within sub categories
Should be easily parsable
common char separator
camel or snake case?
1 Tag - Multiple tests
Running Tests
Interface
Need a separate Web Interface?
Who will maintain this interface?
Is there some Gitlab interface we can leverage?
Scope of Test automation suites
Robot
Any MonoRepos that use Robot Tests?
TestCafe
Already know that chegg-web monorepo uses TestCafe
Gathering the tags
Parsing all test files
Save tags in some data store