Skip to content

Commit

Permalink
perf: improved e2e test performance by up to 3x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Jun 8, 2024
1 parent 9190caa commit b98e85b
Show file tree
Hide file tree
Showing 7 changed files with 2,201 additions and 667 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ npm run test
If this command ends with an error `Error: Unable to launch browser, error message: Chromium revision is not downloaded.` then calling puppeteer install may solve the problem:

```bash
node node_modules/puppeteer/install.js
node node_modules/puppeteer/install.mjs
```

E2e tests will likely fail due to minor differences in OS and the browser version used to take screenshots. To address this, before working on a feature, recapture screenshots using this command:
Expand Down
Loading

0 comments on commit b98e85b

Please sign in to comment.