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

Support to add multiple test tags to single playwright test case. #86

Open
sagaronin opened this issue Apr 17, 2024 · 0 comments
Open

Comments

@sagaronin
Copy link

test('Verify home page contents after successful login [T2662, T1234, T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });
test('Verify home page contents after successful login [T2662][T1234][T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });

Support to add multiple test tags to single test cases in any above given example formats.
It will be helpful to tag mutiple test cases from zephyr to one e2e scenario from playwright.

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

No branches or pull requests

1 participant