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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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:*",

View File

@ -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"]
},
{

View File

@ -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": {