Skip to content

Commit

Permalink
Update Playwright README with correct instructions for updating snaps…
Browse files Browse the repository at this point in the history
…hots (#9563)
  • Loading branch information
Jinksi authored Oct 17, 2024
1 parent b4599f0 commit 685471e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: dev
Comment: Update Playwright README with correct instructions for updating snapshots – not user-facing.


2 changes: 1 addition & 1 deletion tests/e2e-pw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ See [tests/e2e/README.md](/tests/e2e/README.md) for detailed e2e environment set
- `npm run test:e2e-pw` headless run from within a linux docker container.
- `npm run test:e2e-pw-ui` runs tests in interactive UI mode from within a linux docker container – recommended for authoring tests and re-running failed tests.
- `npm run test:e2e-pw keyword` runs tests only with a specific keyword in the file name, e.g. `dispute` or `checkout`.
- `npm run test:e2e-pw --update-snapshots` updates snapshots.
- `npm run test:e2e-pw -- --update-snapshots` updates snapshots. This can be combined with a keyword to update a specific set of snapshots, e.g. `npm run test:e2e-pw -- --update-snapshots deposits`.

## FAQs

Expand Down

0 comments on commit 685471e

Please sign in to comment.