Skip to content

Commit

Permalink
Fix playwright command examples. (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Sep 8, 2023
1 parent 81d405a commit 404a3ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ your change of the test files.

To run the Playwright visual tests (aka end-to-end tests), the command to use is:
```bash
npm run pwtests --packages/playwright
npm run pwtests --workspace=playwright
```

If there are errors, or if you need to update any of the screeenshot images,
you can update all images for all tests with:
```bash
npm run pwtests-update --packages/playwright
npm run pwtests-update --workspace=playwright
```

Then check the `packages/playwright/test-results` directory for any changes.
Expand Down

0 comments on commit 404a3ae

Please sign in to comment.