Skip to content

Commit 7d4ecf8

Browse files
committed
DC-207 Update: command to be less redundent; make clear it runs on all browsers
1 parent 3333db2 commit 7d4ecf8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/playwright-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
echo "Running Pa11y accessibility tests..."
105105
pnpm ci:test:a11y
106106
echo "Running Playwright E2E tests..."
107-
pnpm ci:test:e2e:ci
107+
pnpm ci:test:e2e
108108
109109
- name: Upload Playwright report
110110
uses: actions/upload-artifact@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"ci:build:frontend": "./scripts/ci/build-frontend.sh",
1515
"ci:build:backend": "./scripts/ci/build-backend.sh",
1616
"ci:test": "./scripts/ci/test-backend.sh && ./scripts/ci/test-frontend.sh",
17-
"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",
17+
"ci:test:e2e": "cd src/SEBT.Portal.Web && pnpm exec playwright test --project=chromium",
18+
"ci:test:e2e:all": "cd src/SEBT.Portal.Web && pnpm test:e2e",
1919
"ci:test:a11y": "cd src/SEBT.Portal.Web && pnpm test:a11y",
2020
"ci:test:frontend": "./scripts/ci/test-frontend.sh",
2121
"ci:test:backend": "./scripts/ci/test-backend.sh",

0 commit comments

Comments
 (0)