We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc71368 commit 6a74d30Copy full SHA for 6a74d30
exercises/04.debugging/02.solution.trace-viewer/README.mdx
@@ -4,6 +4,16 @@ Good job! 👏
4
5
Please wait for the others to finish so we could go through the solution to this exercise together.
6
7
+## Generating local traces
8
+
9
+You can generate a trace of your local test run by setting the `--trace` CLI option of `playwright` to `on`:
10
11
+```sh
12
+npx playwright test --trace on
13
+# or
14
+npm run test:e2e -- --trace on
15
+```
16
17
## Related materials
18
19
- [Trace Viewer](https://playwright.dev/docs/trace-viewer)
0 commit comments