Tags
Using Tags for Currents Runs
Last updated
Using Tags for Currents Runs
Last updated
Read our Playwright Tags guide
Tagging is a convenient way to augment your executions with extra data that can be helpful for managing your tests. You can tag the runs (executions) by adding --tag tagA,tagB
flag.
For example, running the next command @currents/playwright
(version 1.7.0+):
or for Cypress:
would generate a run with the corresponding tags:
The run, spec and test execution recordings will inherit the tags. You can use the tags as a filter when browsing the dashboard to narrow down the results, for example:
filter runs by tags
filter insights and analytics to only include records with a particular tag
filter errors, tests and spec performance explorers to only include records with a particular tag
The tags are also available in the results returned from the and as part of HTTP Webhooks