File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 - name : 🧪 Run Playwright Tests for ${{ matrix.e2e_package }}
135135 run : |
136136 echo "🎬 Running Playwright tests for ${{ matrix.e2e_package }}..."
137- pnpm --filter ${{ matrix.e2e_package }} test:debug
137+ pnpm --filter ${{ matrix.e2e_package }} test
138138 shell : bash
139139
140140 - name : 🛑 Stop App
Original file line number Diff line number Diff line change 3030 "test:watch" : " turbo run test:watch --ui=tui --continue" ,
3131 "test:coverage" : " turbo run test:coverage --parallel --log-order=grouped --continue" ,
3232 "test:coverage:watch" : " turbo run test:coverage:watch --ui=tui --continue" ,
33- "e2e" : " npx playwright test packages/ e2e-frontend --config=packages/e2e-frontend/playwright.config.ts " ,
34- "e2e:headed" : " npx playwright test packages/e2e-frontend --config=packages/ e2e-frontend/playwright.config.ts --headed " ,
35- "e2e:ui" : " npx playwright test packages/e2e-frontend --config=packages/ e2e-frontend/playwright.config.ts --ui "
33+ "e2e" : " turbo run test --filter=' e2e-*' --parallel --log-order=grouped " ,
34+ "e2e:headed" : " turbo run test:headed --filter=' e2e-*' --parallel --log-order=grouped " ,
35+ "e2e:ui" : " turbo run test:ui --filter=' e2e-*' --parallel --log-order=grouped "
3636 },
3737 "devDependencies" : {
3838 "@actions/core" : " 1.11.1" ,
You can’t perform that action at this time.
0 commit comments