Add test:e2e:angular script to package.json
Runs the 18 cross-app Playwright test suites against Angular on port 4203. Result: 213 passed, 173 skipped (React-only features), 0 failed.
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
"bundle-size": "node scripts/ci/bundle-size-gate.mjs",
|
||||
"check-coverage": "node scripts/ci/check-coverage-delta.mjs",
|
||||
"test:e2e": "playwright test",
|
||||
"test:e2e:angular": "playwright test --config=playwright-angular.config.ts tests/e2e-angular/cross-app/",
|
||||
"proxy": "node scripts/api-proxy.mjs",
|
||||
"dev:full": "node scripts/dev-server.mjs"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user