Skip to content

Instantly share code, notes, and snippets.

@bryanchriswhite
Created November 12, 2021 08:41
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 bryanchriswhite/0bd2c9796708d6c6cf49591f5b1c7cb9 to your computer and use it in GitHub Desktop.
Save bryanchriswhite/0bd2c9796708d6c6cf49591f5b1c7cb9 to your computer and use it in GitHub Desktop.
Running integration tests from dart_wormhole_william (after copying from flutter_wormhole_gui)
$ flutter test ./integration_test/client/text_transfer_test.dart
Running "flutter pub get" in dart_wormhole_william... 630ms
00:00 +0: ...ole_william/integration_test/client/text_transfer_test.dart B
ninja: error: unknown target 'install'
Building Linux application...
00:00 +0 -1: loading /home/bwhite/Projects/flutter_wormhole_gui/dart_wormhole_william/integration_test/client/text_transfer_test.dart [E]
Exception: Build process failed
package:flutter_tools/src/base/common.dart 10:3 throwToolExit
package:flutter_tools/src/linux/build_linux.dart 185:5 _runBuild
===== asynchronous gap ===========================
package:flutter_tools/src/linux/build_linux.dart 77:5 buildLinux
===== asynchronous gap ===========================
package:flutter_tools/src/linux/linux_device.dart 75:5 LinuxDevice.buildForDevice
===== asynchronous gap ===========================
package:flutter_tools/src/desktop_device.dart 126:7 DesktopDevice.startApp
===== asynchronous gap ===========================
package:flutter_tools/src/test/integration_test_device.dart 53:39 IntegrationTestTestDevice.start
00:00 +0 -1: Some tests failed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment