flutter/packages/flutter_tools/test/integration
Danny Tuppeny d89604d85c
Change file paths to URIs to fix "Could not run configuration in engine" on Windows (#22507)
* Change file paths to URIs to fix "Could not run configuration in engine" on Windows

Plus unskip test that was failing due to this.

Fixes #21348.

* Remove unused import
2018-10-02 18:31:55 +01:00
..
test_data Fix integration hot-reload test on mac. (#21741) 2018-09-12 22:35:21 -07:00
expression_evaluation_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flutter_attach_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
flutter_run_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
hot_reload_test.dart Change file paths to URIs to fix "Could not run configuration in engine" on Windows (#22507) 2018-10-02 18:31:55 +01:00
lifetime_test.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart unnecessary this in field initializers (#22522) 2018-10-02 17:14:59 +02:00
test_utils.dart Unnecessary new (#20138) 2018-09-12 08:29:29 +02:00

Integration tests

These tests are not hermetic, and use actual Flutter SDK. While they don't require actual devices, they run flutter_tester to test Dart VM and Flutter integration.

Use this command to run:

../../bin/cache/dart-sdk/bin/pub run test