-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Downgrade Chrome and Chrome Driver #94
Comments
have you figured out which chromedriver will use and need to upload S3? |
In your docker file, you need to use the following line to install the required softwares
Once installed you will see
|
It'll be using chrome v79 |
I was checking on pipeline bfs6.5.4_test https://jenkins.bfs.sichend.people.aws.dev/job/Kibana/job/bfs6.5.4_test/. The newest run, you are still using
|
Description
bfs6.5.4 is using node v8. The current chrome and chromedriver version doesn't support node v8. Chrome has to be downgrade to <= v79.
Link for chrome node v8 support: https://github.com/giggio/node-chromedriver/blob/79.0.0/azure-pipelines.yml
The text was updated successfully, but these errors were encountered: