webdriver.dart icon indicating copy to clipboard operation
webdriver.dart copied to clipboard

Unable to be used by flutter driver within GitHub actions

Open garrettApproachableGeek opened this issue 3 years ago • 0 comments

Error from running a Flutter integration test within a GitHub Action flutter drive -v --driver=test_driver/integration_test.dart --target=integration_test/example_test.dart -d chrome

[CHROME]: [3016:3046:0317/002536.766937:ERROR:bus.cc(397)] Failed to connect to the bus: Could not parse server address: Unknown address type (examples of valid types are "tcp" and on UNIX "unix")
...
...
...
WebDriverException (400): Error parsing response body: unhandled request
#0      InferSessionHandler.parseCreateResponse (package:webdriver/src/handler/infer_handler.dart:94:7)

Minimal example project: integration_test_flutter

Links to the errors: Failed to connect to the bus Error parsing response body

If there is a better place to open an issue let me know, thanks.

Dart version: 2.16.1 OS: Ubuntu 20.04 Dart webdriver version: 3.0.0

garrettApproachableGeek avatar Mar 17 '22 00:03 garrettApproachableGeek