File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131 - name : π¦ Install dependencies
3232 run : pnpm install
3333
34- - name : π¦ Install browsers
35- run : pnpm playwright install
34+ - name : π Install browser
35+ run : pnpm playwright install chromium-headless-shell
3636
3737 - name : π Compare translations
3838 run : pnpm i18n:check
Original file line number Diff line number Diff line change 5656 run : pnpm install
5757
5858 - name : π Install browser
59- run : pnpm playwright install
59+ run : pnpm playwright install chromium-headless-shell
6060
6161 - name : πͺ Type check
6262 run : pnpm test:types
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export default defineConfig<ConfigOptions>({
2828 } ,
2929 projects : [
3030 {
31- name : 'chromium' ,
31+ name : 'chromium-headless-shell ' ,
3232 use : { ...devices [ 'Desktop Chrome' ] } ,
3333 } ,
3434 ] ,
You canβt perform that action at this time.
0 commit comments