test: realign verification baseline and supporting tests

This commit is contained in:
Your Name
2026-05-28 15:19:34 +08:00
parent 6be90ddff8
commit 260046a581
31 changed files with 454 additions and 1936 deletions

View File

@@ -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"
}
}
}