Skip to content
New issue

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

Ability to add tags for tests #1004

Open
1 task
sipayRT opened this issue Aug 22, 2024 · 0 comments
Open
1 task

Ability to add tags for tests #1004

sipayRT opened this issue Aug 22, 2024 · 0 comments

Comments

@sipayRT
Copy link
Member

sipayRT commented Aug 22, 2024

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,

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

Describe the drawbacks of your solution

No response

Describe alternatives you've considered

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant