markhobson / docker-maven-chrome

Docker image for Java automated UI tests.
https://hub.docker.com/r/markhobson/maven-chrome/
Apache License 2.0
97 stars 81 forks source link

Upgrade ChromeDriver to 77 #15

Closed patrickmarchitto closed 4 years ago

markhobson commented 4 years ago

Thanks for the PR, although the current stable version of ChromeDriver is 77.0.3865.40. Would that be sufficient?

patrickmarchitto commented 4 years ago

Oh sorry, yes. 77 would be sufficient.

markhobson commented 4 years ago

Great. If you'd like to update the PR then I'll merge it. Feel free to squash all the changes into a single commit too, thanks.

patrickmarchitto commented 4 years ago

Done, thank you!

markhobson commented 4 years ago

Thanks, but would you mind removing the previous commits too? There are currently 5 commits going from 76->78->77. Either squash this branch or delete the previous commits and force push. Thanks!