From abda749ffdf5076d1d652cb4261c812d3d78acec Mon Sep 17 00:00:00 2001 From: master <> Date: Mon, 9 Mar 2026 00:19:55 +0200 Subject: [PATCH] add couple of test:E2e:live npm starts --- src/Web/StellaOps.Web/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Web/StellaOps.Web/package.json b/src/Web/StellaOps.Web/package.json index 4198b9438..e533eaf4e 100644 --- a/src/Web/StellaOps.Web/package.json +++ b/src/Web/StellaOps.Web/package.json @@ -14,6 +14,8 @@ "test:ci": "npm run test", "test:e2e": "playwright test", "test:e2e:search:live": "node ./scripts/run-live-search-e2e.mjs", + "test:e2e:live:auth": "node ./scripts/live-frontdoor-auth.mjs", + "test:e2e:live:changed-surfaces": "node ./scripts/live-frontdoor-changed-surfaces.mjs", "serve:test": "ng serve --configuration development --port 4400 --host 127.0.0.1 --ssl", "verify:chromium": "node ./scripts/verify-chromium.js", "ci:install": "npm ci --prefer-offline --no-audit --no-fund",