Skip to content

Commit 75e565e

Browse files
committed
DC-207 Fix: double-dash being consumed by playwright
1 parent 5d4a54e commit 75e565e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
IdentifierHasher__SecretKey: "ci-e2e-identifier-hasher-key-32chars"
9090
Oidc__CompleteLoginSigningKey: "ci-e2e-oidc-signing-key-at-least-32-chars"
9191
UseMockHouseholdData: "true"
92-
run: pnpm ci:test:e2e -- --project=chromium
92+
run: pnpm ci:test:e2e:ci
9393

9494
- name: Upload Playwright report
9595
uses: actions/upload-artifact@v4

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"ci:build:backend": "./scripts/ci/build-backend.sh",
1616
"ci:test": "./scripts/ci/test-backend.sh && ./scripts/ci/test-frontend.sh",
1717
"ci:test:e2e": "cd src/SEBT.Portal.Web && pnpm test:e2e",
18+
"ci:test:e2e:ci": "cd src/SEBT.Portal.Web && pnpm exec playwright test --project=chromium",
1819
"ci:test:frontend": "./scripts/ci/test-frontend.sh",
1920
"ci:test:backend": "./scripts/ci/test-backend.sh",
2021
"ci:list": "./act-test.sh list",

0 commit comments

Comments
 (0)