File tree Expand file tree Collapse file tree 7 files changed +12
-4
lines changed Expand file tree Collapse file tree 7 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 94
94
95
95
- name : Install Playwright Browsers
96
96
if : ${{ matrix.runtime == 'next' || matrix.runtime == 'sveltekit' || matrix.runtime == 'vite' }}
97
- run : npx playwright@1.38.1 install --with-deps
97
+ run : npx playwright@1.52.0 install --with-deps
98
98
99
99
- name : Install dependencies
100
100
uses : ./.github/actions/install-dependencies
Original file line number Diff line number Diff line change 16
16
"isows" : " file:../../src/"
17
17
},
18
18
"devDependencies" : {
19
- "@playwright/test" : " 1.38.1 " ,
19
+ "@playwright/test" : " 1.52.0 " ,
20
20
"@types/node" : " ^20" ,
21
21
"@types/react" : " ^18" ,
22
22
"@types/react-dom" : " ^18" ,
Original file line number Diff line number Diff line change 12
12
"isows" : " file:../../src/"
13
13
},
14
14
"devDependencies" : {
15
- "@playwright/test" : " 1.38.1 " ,
15
+ "@playwright/test" : " 1.52.0 " ,
16
16
"@sveltejs/adapter-vercel" : " ^3.0.3" ,
17
17
"@sveltejs/kit" : " ^1.20.4" ,
18
18
"isows" : " ^1.0.6" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "status" : " failed" ,
3
+ "failedTests" : []
4
+ }
Original file line number Diff line number Diff line change 11
11
"isows" : " file:../../src/"
12
12
},
13
13
"devDependencies" : {
14
- "@playwright/test" : " 1.38.1 " ,
14
+ "@playwright/test" : " 1.52.0 " ,
15
15
"@types/node" : " ^20.8.3" ,
16
16
"typescript" : " ^5.2.2" ,
17
17
"vite" : " ^4.4.5"
Original file line number Diff line number Diff line change
1
+ {
2
+ "status" : " passed" ,
3
+ "failedTests" : []
4
+ }
You can’t perform that action at this time.
0 commit comments