Skip to content

Commit

Permalink
CICD: Update Chromedriver version and CI orb (#802)
Browse files Browse the repository at this point in the history
* Update Chromedriver link 115>=

* Use puppeteer to download latest stable chromedriver

* Update circle ci browser tools orb

* Don't manually install chromedriver

* Pin chromedriver version

* Remove comment

* Revert to 114

* Update selenium

* Test

* Update chromedriver 114
  • Loading branch information
algochoi committed Jul 20, 2023
1 parent 3150ea1 commit ecf77e4
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 99 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2.1
orbs:
node: circleci/node@5.0.0
slack: circleci/slack@4.4.2
browser-tools: circleci/browser-tools@1.2.4
browser-tools: circleci/browser-tools@1.4.3
gh-pages: sugarshin/gh-pages@1.0.0

parameters:
Expand Down Expand Up @@ -133,4 +133,3 @@ commands:
command: |
set -e
npm ci
npm install chromedriver@latest
Loading

0 comments on commit ecf77e4

Please sign in to comment.