diff --git a/package.json b/package.json index 29151332071cc..d0e2f330c5480 100644 --- a/package.json +++ b/package.json @@ -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:*", diff --git a/test/TestExpectations.json b/test/TestExpectations.json index 96c595346f377..c699d8f9b2996 100644 --- a/test/TestExpectations.json +++ b/test/TestExpectations.json @@ -488,7 +488,7 @@ { "testIdPattern": "[fixtures.spec] Fixtures dumpio option should work with pipe option", "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["PASS", "FAIL"] }, { @@ -2864,7 +2864,7 @@ { "testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should work in \"fromSurface: false\" mode", "platforms": ["darwin", "linux", "win32"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["SKIP"] }, { @@ -3104,13 +3104,13 @@ { "testIdPattern": "[network.spec] network \"after each\" hook for \"Same-origin set-cookie subresource\"", "platforms": ["win32"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["PASS", "FAIL"] }, { "testIdPattern": "[network.spec] network \"after each\" hook for \"Same-origin set-cookie subresource\"", "platforms": ["win32"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["PASS", "FAIL"] }, { @@ -3122,7 +3122,7 @@ { "testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should return base64", "platforms": ["linux"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["PASS", "FAIL"] }, { @@ -3146,7 +3146,7 @@ { "testIdPattern": "[screenshot.spec] Screenshots Page.screenshot should work", "platforms": ["linux"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectations": ["PASS", "FAIL"] }, { diff --git a/test/TestSuites.json b/test/TestSuites.json index aab90edb2bd7e..8920c14021f6d 100644 --- a/test/TestSuites.json +++ b/test/TestSuites.json @@ -15,7 +15,7 @@ { "id": "chrome-new-headless", "platforms": ["linux"], - "parameters": ["chrome", "chrome-headless"], + "parameters": ["chrome", "new-headless"], "expectedLineCoverage": 93 }, { @@ -56,7 +56,7 @@ "headful": { "HEADLESS": "false" }, - "chrome-headless": { + "new-headless": { "HEADLESS": "new" }, "webDriverBiDi": {