how do I create https://trace.playwright.my.local ?
as of now trace itself is not static website itself and requires some pre-processing https://github.com/microsoft/playwright/issues/9026
how do I create https://trace.playwright.my.local ?
as of now trace itself is not static website itself and requires some pre-processing https://github.com/microsoft/playwright/issues/9026
You can try opening the saved trace using the Playwright CLI. For example, here is a tutorial on how to use the trace viewer locally.
Essentially:
npx playwright show-trace trace.zip # with a zip
npx playwright show-report # show report after running `npx playwright test --trace on`
will end up displaying this: