test: realign verification baseline and supporting tests
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"test:coverage": "node ./scripts/run-vitest.mjs --run --coverage",
|
||||
"test:run": "node ./scripts/run-vitest.mjs --run",
|
||||
"e2e": "node ./scripts/run-playwright-cdp-e2e.mjs",
|
||||
"e2e:full": "node ./scripts/run-playwright-cdp-e2e.mjs",
|
||||
"e2e:full": "bash ./scripts/run-playwright-auth-e2e.sh",
|
||||
"e2e:full:win": "powershell -ExecutionPolicy Bypass -File ./scripts/run-playwright-auth-e2e.ps1",
|
||||
"e2e:smoke": "node ./scripts/run-cdp-smoke.mjs",
|
||||
"e2e:smoke:win": "powershell -ExecutionPolicy Bypass -File ./scripts/run-cdp-smoke-bootstrap.ps1",
|
||||
@@ -55,7 +55,7 @@
|
||||
"brace-expansion": "1.1.13"
|
||||
},
|
||||
"minimatch@10": {
|
||||
"brace-expansion": "5.0.5"
|
||||
"brace-expansion": "5.0.6"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user