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
Idea is to use Cucumber tags as Playwright tags.
Now Playwright add tags into test titles. To keep test titles unchanged I'd suggest to wait for tags API in Playwright, see microsoft/playwright#23180
The text was updated successfully, but these errors were encountered:
As pointed in #28 (comment) we can have special $tags fixture that provides access to all tags registered for a particular test.
$tags
Sorry, something went wrong.
Cucumber tags support added in v3.1.0.
No branches or pull requests
Idea is to use Cucumber tags as Playwright tags.
Now Playwright add tags into test titles. To keep test titles unchanged I'd suggest to wait for tags API in Playwright, see microsoft/playwright#23180
The text was updated successfully, but these errors were encountered: