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
1.49.0
https://github.com/OlegsHanins/playwright-fixtures-title-bug
npm instal npx playwright test npx playwright show-report
npm instal
npx playwright test
npx playwright show-report
"My custom fixture title" is not mentioned in html report https://github.com/OlegsHanins/playwright-fixtures-title-bug/blob/b32ec3a8d0e25edf666b641e52a3bd4498c94267/tests/fixtures-titles.spec.ts#L11
Expect to work as its described in the docs https://playwright.dev/docs/test-fixtures#custom-fixture-title "custom title that will be shown in test reports"
Dont see my custom fixture title
Same issue metioned by othesr in playwright discord
System: OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish) CPU: (16) x64 AMD Ryzen 7 2700 Eight-Core Processor Memory: 14.07 GB / 15.60 GB Container: Yes Binaries: Node: 20.18.0 - ~/.nvm/versions/node/v20.18.0/bin/node npm: 10.8.2 - ~/.nvm/versions/node/v20.18.0/bin/npm IDEs: VSCode: 1.95.3 - /mnt/d/Microsoft VS Code/bin/code Languages: Bash: 5.1.16 - /usr/bin/bash npmPackages: @playwright/test: ^1.49.0 => 1.49.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
1.49.0
Steps to reproduce
https://github.com/OlegsHanins/playwright-fixtures-title-bug
npm instal
npx playwright test
npx playwright show-report
"My custom fixture title" is not mentioned in html report
https://github.com/OlegsHanins/playwright-fixtures-title-bug/blob/b32ec3a8d0e25edf666b641e52a3bd4498c94267/tests/fixtures-titles.spec.ts#L11
Expected behavior
Expect to work as its described in the docs https://playwright.dev/docs/test-fixtures#custom-fixture-title
"custom title that will be shown in test reports"
Actual behavior
Dont see my custom fixture title
Additional context
Same issue metioned by othesr in playwright discord
Environment
The text was updated successfully, but these errors were encountered: