Skip to content

Commit

Permalink
docs: add instructions to refresh snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
ManonMarchand committed May 21, 2024
1 parent 4559066 commit 9cb7e59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions js/ui-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,17 @@ notebooks testing.
```sh
npx playwright test my_test.spec.js --debug
```

## Update the snapshots

Open the test server

```sh
npm run start-test-server
```

then update the snapshots

```sh
npx playwright test --update-snapshots
```

0 comments on commit 9cb7e59

Please sign in to comment.