Open gitToSantosh opened 4 weeks ago
With Playwright html report, When a test fails, I am unable to see the steps which got skipped due to failure.
Could you check the behavior of Playwright itself in such case? I mean run pure playwright test, that has some steps and fails due to beforeEach. I suppose it does not show any steps in html reporter as well.
With Playwright html report, When a test fails, I am unable to see the steps which got skipped due to failure.
For example, here the steps failed at background/hooks but the actual test body/steps are completely missing, but they do appear in cucumber html report