You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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
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
The text was updated successfully, but these errors were encountered: