Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
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
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
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