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 Jul 9, 2024
1 parent c46646f commit 9b0f363
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 build",
"retest": "vitest run --exclude test/benchmark",
"retest": "PUPPETEER_HEADLESS=true yarn retest:headful",
"retest:headful": "vitest run --exclude test/benchmark",
"build-and-test": "yarn build && yarn retest",
"test:headless": "cross-env PUPPETEER_HEADLESS=true yarn build-and-test",
"test:headful": "cross-env PUPPETEER_HEADLESS=false yarn build-and-test",
Expand Down

0 comments on commit 9b0f363

Please sign in to comment.