File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments