CI machine is not using latest chrome as it's being used on my local machine #27624
Unanswered
alex-grinberg
asked this question in
CI setup
Replies: 1 comment
-
Hi @alex-grinberg, cypress uses the latest available version on your system. If your virtual machine is not updated regularly you need to update the system or manually install browser versions. I use a custom docker image for my pipeline runs that takes an image provided by cypress and enhances it by adding the most-recent browser. I have a pipeline schedule to trigger a re-build once a week so that I have a regular update of the browsers in my pipeline. (You could even add beta versions with the same approach)
Hope that helps! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a CI machine running Linux Ubuntu that is not using the latest version of Chrome.
When I run the same command on my MacOS, the latest version is being used.
Same code, same repository.
Is there something I can do? I need the latest version in order to run some specific tests that require new features from the latest chrome version
Beta Was this translation helpful? Give feedback.
All reactions