I was really tired with "Step In" and "Step Out" and "Step Over" since they have always killed time , it is always fortunate with trace option which allows you to go back to the previous Step while debugging and fixing the issue becomes very very easy.Thanks a lot for making our lives easier
You run your Playwright tests on CI, then upload a Trace after the tests completed and open the Trace locally on trace.playwright.dev. See here: playwright.dev/docs/ci-intro Usually you upload the playwright-report directory, which contains the full HTML report including the traces.
I was really tired with "Step In" and "Step Out" and "Step Over" since they have always killed time , it is always fortunate with trace option which allows you to go back to the previous Step while debugging and fixing the issue becomes very very easy.Thanks a lot for making our lives easier
Thank you Debbie and Playwright team!
Such an underrated and too often overlooked useful tool.
When will Playwright integrate the cucumber natively so i dont have to convert my step file into playwright tests.
thanks
where is Slushnikov?
Yeah. Where is he?
How to open the trace viewer on CI? You missed the most important thing
npx playwright test --ui
You run your Playwright tests on CI, then upload a Trace after the tests completed and open the Trace locally on trace.playwright.dev. See here: playwright.dev/docs/ci-intro
Usually you upload the playwright-report directory, which contains the full HTML report including the traces.
How to add color pkg to your trace viewer?
Please file a bug report on GitHub if you have feedback on Trace Viewer, thanks!