Skip to content

Commit

Permalink
fail when chromedriver installation fails (#67564)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjbanov committed Oct 8, 2020
1 parent 8d9e0d4 commit 07a757c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Expand Up @@ -189,10 +189,9 @@ task:
- git clone https://github.com/flutter/web_installers.git
- cd web_installers/packages/web_drivers/
- pub get
- dart lib/web_driver_installer.dart &
- sleep 20
- dart lib/web_driver_installer.dart chromedriver --install-only
- chromedriver/chromedriver --port=4444 &
- sleep 5
- sleep 1
- cd ../../../examples/hello_world/
- flutter drive --target=test_driver/smoke_web_engine.dart -d web-server --profile --browser-name=chrome

Expand Down

0 comments on commit 07a757c

Please sign in to comment.