We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No response
I need to label my tests with tags so that I can later filter the tests by these tags in the report. For example,
testplane.setTag(['smoke', 'desktop']); it("some smoke test", async ({browser}) => {}); testplane.setTag('experiment'); it("some experiment", async ({browser}) => {});
and in the HTML-report labels (like in GitHub issues) can be displayed for each test. Clicking on them should filter the test tree
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Contribution
Describe the user story
No response
Describe the solution you'd like
I need to label my tests with tags so that I can later filter the tests by these tags in the report. For example,
and in the HTML-report labels (like in GitHub issues) can be displayed for each test. Clicking on them should filter the test tree
Describe the drawbacks of your solution
No response
Describe alternatives you've considered
No response
The text was updated successfully, but these errors were encountered: