Skip to content

Commit

Permalink
Default to headless on retest
Browse files Browse the repository at this point in the history
  • Loading branch information
eoghanmurray committed Apr 2, 2024
1 parent 09631ee commit 91063d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/rrweb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"scripts": {
"prepare": "npm run prepack",
"prepack": "npm run bundle",
"retest": "jest --testPathIgnorePatterns test/benchmark",
"retest": "PUPPETEER_HEADLESS=true yarn retest:headful",
"retest:headful": "jest --testPathIgnorePatterns test/benchmark",
"build-and-test": "yarn bundle:browser && yarn retest",
"test:headless": "PUPPETEER_HEADLESS=true yarn build-and-test",
"test:headful": "PUPPETEER_HEADLESS=false yarn build-and-test",
Expand Down

0 comments on commit 91063d4

Please sign in to comment.