File tree 2 files changed +10
-10
lines changed
packages/twopoint5d-elements-e2e
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22
22
env :
23
23
NPM_TOKEN : xxx
24
24
25
- - name : Install playwright dependencies
26
- run : pnpm exec playwright install
27
-
25
+ - name : Install playwright browsers
26
+ run : pnpm exec playwright install chrome firefox
27
+
28
28
- name : Run all checks
29
29
run : xvfb-run pnpm run ci
30
30
env :
Original file line number Diff line number Diff line change @@ -38,15 +38,15 @@ export default defineConfig({
38
38
name : 'firefox' ,
39
39
use : { ...devices [ 'Desktop Firefox' ] , headless : true } ,
40
40
} ,
41
+ {
42
+ name : 'chrome' ,
43
+ use : {
44
+ ...devices [ 'Desktop Chrome' ] ,
45
+ headless : true ,
46
+ } ,
47
+ } ,
41
48
42
49
...( process . env . CI ? [ ] : [
43
- {
44
- name : 'chromium' ,
45
- use : {
46
- ...devices [ 'Desktop Chrome' ] ,
47
- headless : true ,
48
- } ,
49
- } ,
50
50
{
51
51
name : 'webkit' ,
52
52
use : { ...devices [ 'Desktop Safari' ] , headless : true } ,
You can’t perform that action at this time.
0 commit comments