chore: Rename chrome-headless to new-headless (#9628)

This commit is contained in:
Nikolay Vitkov
2023-02-06 19:18:28 +01:00
committed by GitHub
parent ddb0cc174d
commit 471e291e05
3 changed files with 9 additions and 9 deletions

View File

@@ -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:*",