mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs: fix typo in opening paragraph (#16925)
This commit is contained in:
parent
bcf2a06e53
commit
71f061ea9a
@ -3,7 +3,7 @@ id: trace-viewer-intro
|
||||
title: "Trace Viewer"
|
||||
---
|
||||
|
||||
Playwright Trace Viewer is a GUI tool that lets you explore recorded Playwright traces of your tests meaning you can go back and forward though each action of your test and visually see what was happening during each action.
|
||||
Playwright Trace Viewer is a GUI tool that lets you explore recorded Playwright traces of your tests meaning you can go back and forward through each action of your test and visually see what was happening during each action.
|
||||
|
||||
**You will learn**
|
||||
|
||||
@ -52,7 +52,7 @@ npx playwright test --trace on
|
||||
```
|
||||
|
||||
:::note
|
||||
The `trace-on` flag was introduced in Playwright v1.25. Check your `package.json` to sure you have at least this version of Playwright installed.
|
||||
The `trace-on` flag was introduced in Playwright v1.25. Check your `package.json` to make sure you have at least this version of Playwright installed.
|
||||
:::
|
||||
|
||||
## Opening the HTML Report
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user