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.41
1.42
Check-out readme in the repo: https://github.com/vitalets/playwright-issues/tree/reporter-steps-inside-fixture
I expect all steps to be on the top level of TestResult.steps. E.g. step 2 title path is [ 'step 2' ]
TestResult.steps
step 2
[ 'step 2' ]
Step 2 title path is [ 'After Hooks', 'fixture: myFixture', 'step 2' ]
Step 2
[ 'After Hooks', 'fixture: myFixture', 'step 2' ]
No response
System: OS: macOS 13.4.1 CPU: (8) arm64 Apple M1 Memory: 472.55 MB / 16.00 GB Binaries: Node: 18.16.0 - ~/.nvm/versions/node/v18.16.0/bin/node Yarn: 1.22.21 - ~/.nvm/versions/node/v18.16.0/bin/yarn npm: 9.5.1 - ~/.nvm/versions/node/v18.16.0/bin/npm pnpm: 7.27.1 - ~/Library/pnpm/pnpm IDEs: VSCode: 1.87.2 - /usr/local/bin/code Languages: Bash: 3.2.57 - /bin/bash npmPackages: @playwright/test: 1.42.1 => 1.42.1
The text was updated successfully, but these errors were encountered:
Reproduced it with 1.42, works fine in 1.41.2.
Sorry, something went wrong.
dgozman
No branches or pull requests
Last Good Version
1.41
First Bad Version
1.42
Steps to reproduce
Check-out readme in the repo: https://github.com/vitalets/playwright-issues/tree/reporter-steps-inside-fixture
Expected behavior
I expect all steps to be on the top level of
TestResult.steps
.E.g.
step 2
title path is[ 'step 2' ]
Actual behavior
Step 2
title path is[ 'After Hooks', 'fixture: myFixture', 'step 2' ]
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: