Skip to content
New issue

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

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

Open
gitToSantosh opened this issue Oct 29, 2024 · 1 comment
Labels
question Further information is requested

Comments

@gitToSantosh
Copy link

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

@gitToSantosh gitToSantosh added the question Further information is requested label Oct 29, 2024
@vitalets
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants