File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
- run : corepack enable
16
16
- uses : actions/setup-node@v3
17
17
with :
18
- node-version : 16
18
+ node-version : 20
19
19
cache : ' pnpm'
20
20
21
21
- name : Install dependencies
Original file line number Diff line number Diff line change 18
18
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : 16
21
+ node-version : 20
22
22
cache : ' pnpm'
23
23
24
24
- name : Get Playwright version
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const useWebServer = process.env.NO_WEB_SERVER !== 'true';
9
9
*/
10
10
export default defineConfig ( {
11
11
testDir : './src' ,
12
- testMatch : / . * \. e 2 e \. ( s p e c \. ) ? t s / ,
12
+ testMatch : / \. e 2 e \. ( s p e c \. ) ? t s $ / ,
13
13
/* Run tests in files in parallel */
14
14
fullyParallel : true ,
15
15
/* Fail the build on CI if you accidentally left test.only in the source code. */
@@ -57,7 +57,7 @@ export default defineConfig({
57
57
&& {
58
58
webServer : {
59
59
command : 'npm run preview' ,
60
- url : 'http://127.0.0.1 :5050' ,
60
+ url : 'http://localhost :5050' ,
61
61
reuseExistingServer : ! isCI ,
62
62
} ,
63
63
}
You can’t perform that action at this time.
0 commit comments