Skip to content

Flutter - Web Integration tests - "chromedriver installation failed" #2551

Closed Answered by icarusdust
ArmandF-Eclipsed asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ArmandF-Eclipsed, upgrade chromedriver and chrome browser versions by running the following scripts before executing the test command:

brew upgrade --cask chromedriver
brew install --cask google-chrome

Refer to the screenshot on where to add the scripts. Could be Pre-test or Post-clone:

They will be upgraded from our end as well, we added it to the backlog. For now, these scripts will help you continue your workflows.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ArmandF-Eclipsed
Comment options

Comment options

You must be logged in to vote
1 reply
@ArmandF-Eclipsed
Comment options

Answer selected by ArmandF-Eclipsed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
testing Queries Related with Testing hp
3 participants