Skip to content

Instantly share code, notes, and snippets.

@yjbanov
Created March 24, 2020 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yjbanov/ccc22cf0136fdcb470237f8ab357d684 to your computer and use it in GitHub Desktop.
Save yjbanov/ccc22cf0136fdcb470237f8ab357d684 to your computer and use it in GitHub Desktop.
INFO: chrome version in use Google Chrome 80.0.3987.132
downloading file from https://chromedriver.storage.googleapis.com/80.0.3987.106/chromedriver_linux64.zip
lib/chrome_driver_command.dart:50:45: Error: No named parameter with the name 'alwaysInstall'.
await chromeDriverInstaller.install(alwaysInstall: alwaysInstall);
^^^^^^^^^^^^^
lib/chrome_driver_command.dart:52:43: Error: No named parameter with the name 'alwaysInstall'.
await chromeDriverInstaller.start(alwaysInstall: alwaysInstall);
^^^^^^^^^^^^^
lib/chrome_driver_command.dart:66:53: Error: Method not found: 'ChromeDriverInstaller.withVersion'.
chromeDriverInstaller = ChromeDriverInstaller.withVersion(driverVersion);
^^^^^^^^^^^
ERROR: Failed to run driver. Exited with exit code 254
Unhandled exception:
ERROR: Failed to run driver. Exited with exit code 254
#0 IntegrationTestsManager._runDriver (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/integration_tests_manager.dart:107:7)
<asynchronous suspension>
#1 IntegrationTestsManager.prepareDriver (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/integration_tests_manager.dart:140:13)
<asynchronous suspension>
#2 IntegrationTestsManager.runTests (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/integration_tests_manager.dart:43:13)
#3 TestCommand.runIntegrationTests (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/test_runner.dart:135:45)
#4 TestCommand.run (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/test_runner.dart:118:44)
#5 CommandRunner.runCommand (package:args/command_runner.dart:197:27)
#6 CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25)
#7 new Future.sync (dart:async/future.dart:224:31)
#8 CommandRunner.run (package:args/command_runner.dart:112:14)
#9 main (file:///home/yjbanov/code/flutter/engine/src/flutter/lib/web_ui/dev/felt.dart:35:38)
#10 _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment