TypeError with test.step() in Playwright custom fixture #3015
Unanswered
MadhuriBhadrisetty
asked this question in
Questions & Support
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TypeError: Cannot read properties of undefined (reading 'startStep') with test.step() in custom fixture
Hi, I’m using allure-playwright with a custom Playwright fixture and calling test.step() inside it. I’m not using any manual Allure APIs.
TypeError: Cannot read properties of undefined (reading 'start step ')
at AllureReporter.onStepBegin
Is this a known issue? What’s the correct way to use test.step() inside fixtures with Allure?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions