Skip to content

Commit

Permalink
try out webdriver safari
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Dec 1, 2023
1 parent 5450843 commit 239e182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/webdriver-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
php-version: 8.0
- name: npm install
run: |
npm install --legacy-peer-deps --production
npm install --legacy-peer-deps --omit=optional
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,10 @@
"sprintf-js": "1.1.1",
"uuid": "9.0"
},
"optionalDependencies": {
"@codeceptjs/detox-helper": "1.0.2"
},
"devDependencies": {
"@codeceptjs/detox-helper": "1.0.2",
"@codeceptjs/mock-request": "0.3.1",
"@faker-js/faker": "7.6.0",
"@pollyjs/adapter-puppeteer": "6.0.6",
Expand Down

0 comments on commit 239e182

Please sign in to comment.