Skip to content

Commit

Permalink
ci: use browser-driver-manager for CI chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
Zidious committed Aug 22, 2023
1 parent 6824caf commit ac2b937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,10 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run bootstrap -- --ci
- run: npm run build --prefix=packages/webdriverio
# HACK: Force a TTY to enable browser-driver-manager to manipulate stdout.
- shell: 'script -q -e -c "bash {0}"'
run: npx browser-driver-manager install chrome chromedriver --verbose
- run: npm run build --prefix=packages/webdriverio
- run: npm run coverage --prefix=packages/webdriverio
- run: npm run test:esm --prefix=packages/webdriverio

Expand Down

0 comments on commit ac2b937

Please sign in to comment.