Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
try to get the chrome version and use v2.44
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Dec 13, 2018
1 parent 59deeaf commit 98a4109
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- restore_cache:
key: node_modules-{{ .Branch }}-{{ checksum "package-lock.json" }}

- run: google-chrome --version
- run:
name: NPM Install
command: |
Expand All @@ -52,8 +53,8 @@ jobs:
name: Selenium Start
background: true
command: |
./node_modules/.bin/webdriver-manager update --versions.chrome=2.45
./node_modules/.bin/webdriver-manager start
./node_modules/.bin/webdriver-manager update --versions.chrome=2.44
./node_modules/.bin/webdriver-manager start --versions.chrome=2.44
- run:
name: TestApp Start
Expand Down

0 comments on commit 98a4109

Please sign in to comment.