Add tags to test run through playwright report
complete
Marc Soune-Seyne
It seems we cannot add tags directly through playwright qase reporter (and probably for other javascript reporter). Adding tags could be really useful to filter test runs according to custom needs.
Example given : I would like to add a tag to indicate that some runs are nightly and others have been triggered by a merge for instance. For now the workaround we found is to add this in the title of the test run, which can make it more difficult to read.
Ilya Volkov
complete
Hello Marc!
Playwright reporter supports tagging the runs. This can be done by declaring the environment variable QASE_TESTOPS_RUN_TAGS - it is among the reporter options provided by qase-javascript-commons dependency package.
You can find more information about available options in here: https://github.com/qase-tms/qase-javascript/blob/main/qase-javascript-commons/README.md#configuration
Happy testing!