Skip to content

Commit

Permalink
docs: remove MacOS specific instructions from snapshot testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ozyx committed Mar 26, 2024
1 parent 201c78b commit d02586a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ When the `@snapshot` tests fail, they will need to be evaluated to determine if

To compare a snapshot, run a test and open the html report with the 'Expected' vs 'Actual' screenshot. If the actual screenshot is preferred, then the source-controlled 'Expected' snapshots will need to be updated with the following scripts.

MacOS

```sh
npm run test:e2e:updatesnapshots
```

Linux/CI

```sh
// Replace {X.X.X} with the current Playwright version
// from our package.json or circleCI configuration file
Expand Down

0 comments on commit d02586a

Please sign in to comment.