Skip to content

Commit

Permalink
Merge pull request #4515 from Sebastian-Webster/improve-e2e-test-speed
Browse files Browse the repository at this point in the history
perf(tests): improved e2e test performance by up to 3x
  • Loading branch information
junedchhipa committed Jun 13, 2024
2 parents 4645131 + b98e85b commit c227248
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 c227248

Please sign in to comment.