Skip to content
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

fix: Specify the same Chrome and Chromedriver version in tests #173

Merged
merged 6 commits into from
Jul 27, 2023

Conversation

fnesveda
Copy link
Member

@fnesveda fnesveda commented Jul 26, 2023

Apparently, if you pass chromedriver-version to setup-chromedriver, it will install the given Chromedriver version, but it will also install latest Chrome which might not be compatible to the given Chromedriver version.

There is now a better way to install the same Chrome and Chromedriver, using Chrome for Testing and npx @puppeteer/browsers install ....

@fnesveda fnesveda added bug Something isn't working. t-platform Issues with this label are in the ownership of the platform team. adhoc Ad-hoc unplanned task added during the sprint. labels Jul 26, 2023
@fnesveda fnesveda added this to the 68th sprint - Platform team milestone Jul 26, 2023
@fnesveda fnesveda requested review from B4nan and vdusek July 26, 2023 13:56
@fnesveda fnesveda self-assigned this Jul 26, 2023
@fnesveda
Copy link
Member Author

Damn, this doesn't work, now I know why I had to specify the version there in the first place 😄

@fnesveda fnesveda marked this pull request as draft July 26, 2023 13:59
@fnesveda fnesveda marked this pull request as ready for review July 26, 2023 15:06
@fnesveda fnesveda changed the title fix: Always install latest Chrome and Chromedriver in tests fix: Specify the same Chrome and Chromedriver version in tests Jul 26, 2023
Copy link
Contributor

@vdusek vdusek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fnesveda fnesveda merged commit 475b230 into master Jul 27, 2023
@fnesveda fnesveda deleted the fix/chromedriver-versions branch July 27, 2023 12:43
@fnesveda fnesveda added the validated Issues that are resolved and their solutions fulfill the acceptance criteria. label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adhoc Ad-hoc unplanned task added during the sprint. bug Something isn't working. t-platform Issues with this label are in the ownership of the platform team. validated Issues that are resolved and their solutions fulfill the acceptance criteria.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants