Skip to content

Commit

Permalink
Update Selenium Docker Container for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slu-it committed Mar 18, 2022
1 parent fb6b597 commit 8fa6763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
working_directory: ~/work
docker:
- image: caaqe/webtester2-build-environment
- image: selenium/standalone-chrome:3.14.0
- image: selenium/standalone-chrome:4.1.2
steps:
- checkout
- restore_cache:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
**/.metadata/
**/target/
target
/chromedriver

0 comments on commit 8fa6763

Please sign in to comment.