File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 19
19
run : npm i
20
20
- name : Install Playwright Browsers
21
21
run : npx playwright install --with-deps
22
-
23
- - name : Run server
24
- run : ./.github/scripts/runServerV2.sh
25
-
26
22
- name : Run Playwright tests
27
23
run : npx playwright test
28
24
- uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change @@ -37,14 +37,14 @@ module.exports = defineConfig({
37
37
}
38
38
}
39
39
] ,
40
- // webServer: [
41
- // {
42
- // command: 'npm run dev:ci ',
43
- // url: 'http://127.0.0.1: 8080' ,
44
- // timeout: 120 * 1000,
45
- // reuseExistingServer: !process.env.CI
46
- // }
47
- // ],
40
+ webServer : [
41
+ {
42
+ command : './.github/scripts/runServerV2.sh ' ,
43
+ port : 8080 ,
44
+ timeout : 120 * 1000 ,
45
+ reuseExistingServer : ! process . env . CI
46
+ }
47
+ ] ,
48
48
use : {
49
49
/* Base URL to use in actions like `await page.goto('/')`. */
50
50
baseURL : 'https://127.0.0.1:8080' ,
You can’t perform that action at this time.
0 commit comments