File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed
Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 2020jobs :
2121 e2e :
2222 runs-on : ubuntu-24.04
23- # container: mcr.microsoft.com/playwright:v1.50 .0-noble
23+ container : mcr.microsoft.com/playwright:v1.57 .0-noble
2424 timeout-minutes : 60
2525 steps :
2626 - name : 📥 Checkout
@@ -38,15 +38,17 @@ jobs:
3838 - name : 💻 Node setup
3939 uses : ./.github/actions/node-setup
4040
41- - name : 🎭 E2E setup
42- uses : ./.github/actions/e2e-setup
43-
4441 - name : 🏗️ Build apps
4542 run : pnpm build
4643 shell : bash
4744
45+ - name : 🎭 E2E setup
46+ uses : ./.github/actions/e2e-setup
47+
4848 - name : 🧪 Run E2E (HTML report)
4949 run : pnpm e2e
50+ env :
51+ PWDEBUG : ' 0'
5052 shell : bash
5153
5254 - name : 📤 Upload Playwright artifacts
5557 with :
5658 name : playwright-artifacts
5759 path : |
58- apps/frontend -e2e/playwright-report/
59- apps/frontend -e2e/test-results/
60- apps/frontend -e2e/reports/
60+ apps/* -e2e/playwright-report/
61+ apps/* -e2e/test-results/
62+ apps/* -e2e/reports/
6163 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -15,9 +15,12 @@ export default defineConfig({
1515 ] ,
1616 webServer : process . env . CI
1717 ? {
18- command : 'pnpm --filter @infinum/frontend dev ' ,
18+ command : 'pnpm --filter @infinum/frontend start ' ,
1919 port : 3000 ,
2020 reuseExistingServer : ! process . env . CI ,
21+ env : {
22+ NODE_OPTIONS : '' ,
23+ } ,
2124 }
2225 : undefined ,
2326} ) ;
You can’t perform that action at this time.
0 commit comments