Trace viewer
Good job! 👏
Please wait for the others to finish so we could go through the solution to this exercise together.
Generating local traces
You can generate a trace of your local test run by setting the
--trace
CLI option of playwright
to on
:npx playwright test --trace on
# or
npm test -- --trace on