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:
2026-04-15 23:17:46 +03:00
parent 375bcfb0fa
commit 94da763f22
+1
View File
@@ -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"
},