File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 restore-keys : |
3131 playwright-${{ runner.os }}-
3232
33+ - name : 📦 Install E2E dependencies
34+ run : cd e2e && yarn add @playwright/test
35+
3336 - name : 🌐 Install Playwright browsers
34- # run: cd e2e && yarn add @playwright/test && npx playwright install --with-deps && cd ..
35- run : cd e2e && npx playwright install --with-deps && cd ..
37+ run : cd e2e && npx playwright install --with-deps
3638
3739 - name : 🔨 Build Next.js app
3840 env :
5759 run : npx wait-on http://localhost:3333
5860
5961 - name : ✅ Run Playwright E2E tests
60- run : cd e2e && npx playwright test && cd ..
62+ run : cd e2e && yarn test
6163
6264 - name : 📦 Upload Playwright report
6365 uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 22 "name" : " e2e" ,
33 "version" : " 0.0.1" ,
44 "scripts" : {
5- "postinstall" : " npx playwright install-deps && npx playwright install" ,
65 "test" : " npx playwright test"
76 },
87 "keywords" : [],
98 "author" : " quochuydev" ,
10- "license" : " ISC " ,
9+ "license" : " MIT " ,
1110 "devDependencies" : {
1211 "@playwright/test" : " 1.53.0"
1312 }
You can’t perform that action at this time.
0 commit comments