Playwright is a framework for Web Testing and Automation. It allows testing Chromium, Firefox and WebKit with a single API.
66.92k
stars
3.67k
forks
source link
[Regression]: Reporter API: steps after timed-out step are incorrectly located inside after hooks #30075
Open
vitalets opened 7 months ago
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