vitalets / playwright-bdd

BDD testing with Playwright runner
https://vitalets.github.io/playwright-bdd/
MIT License
318 stars 40 forks source link

Question: Playwright html report does not show steps which are skipped #238

Open gitToSantosh opened 4 weeks ago

gitToSantosh commented 4 weeks ago

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

image

vitalets commented 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.