Skip to content

Commit

Permalink
chore: Rename chrome-headless to new-headless (puppeteer#9628)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade committed Feb 6, 2023
1 parent ddb0cc1 commit 471e291
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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:*",
Expand Down
12 changes: 6 additions & 6 deletions test/TestExpectations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
},
{
Expand Down Expand Up @@ -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"]
},
{
Expand Down Expand Up @@ -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"]
},
{
Expand All @@ -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"]
},
{
Expand All @@ -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"]
},
{
Expand Down
4 changes: 2 additions & 2 deletions test/TestSuites.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"id": "chrome-new-headless",
"platforms": ["linux"],
"parameters": ["chrome", "chrome-headless"],
"parameters": ["chrome", "new-headless"],
"expectedLineCoverage": 93
},
{
Expand Down Expand Up @@ -56,7 +56,7 @@
"headful": {
"HEADLESS": "false"
},
"chrome-headless": {
"new-headless": {
"HEADLESS": "new"
},
"webDriverBiDi": {
Expand Down

0 comments on commit 471e291

Please sign in to comment.