mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: Rename chrome-headless to new-headless (#9628)
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
"test-install": "npm run test --workspace @puppeteer-test/installation",
|
||||
"test-types": "tsd -t packages/puppeteer",
|
||||
"test:chrome:headful": "npm test -- --test-suite chrome-headful",
|
||||
"test:chrome:headless-chrome": "npm test -- --test-suite chrome-new-headless",
|
||||
"test:chrome:new-headless": "npm test -- --test-suite chrome-new-headless",
|
||||
"test:chrome:headless": "npm test -- --test-suite chrome-headless",
|
||||
"test:chrome:bidi": "npm test -- --test-suite chrome-bidi",
|
||||
"test:chrome": "run-s test:chrome:*",
|
||||
|
||||
Reference in New Issue
Block a user