Skip to content

Commit 30e7f4b

Browse files
committed
install webkit woth deps
1 parent 7dca541 commit 30e7f4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8181

8282
- name: Install playwright browsers (WebKit)
83-
run: yarn playwright install webkit
83+
run: yarn playwright install webkit --with-deps webkit
8484

8585
- name: Run Mobile WebKit Tests
8686
run: yarn test:playwright-local:ci:mobile

playwright-local/playwright-local.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = defineConfig({
5353
/* Run your local dev server before starting the tests */
5454
webServer: {
5555
command: 'yarn start',
56-
port: '3000',
56+
port: 3000,
5757
timeout: 120000,
5858
reuseExistingServer: true,
5959
},

0 commit comments

Comments
 (0)