flutter/packages/flutter_tools/test/integration
Danny Tuppeny f87a2a32fe
Switch to URIs for breakpoints and unskip tests on Windows (#22510)
* Switch to URIs for breakpoints and unskip tests on Windows

addBreakpointWithScriptUri expects Uris. By coincidence, FS paths work on Mac/Linux but they fail on Windows. One of the issues in the skip comment is fixed, the other one seems not relevant here.

* Apply symlink resolution to all integration tests

The default temp folders we get include symlinks which breaks breakpoints.

* Save 🙄

* Fix typo
2018-10-19 12:51:31 +01:00
..
test_data Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
expression_evaluation_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
flutter_attach_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
flutter_run_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
hot_reload_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
lifetime_test.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01:00
test_utils.dart Switch to URIs for breakpoints and unskip tests on Windows (#22510) 2018-10-19 12:51:31 +01: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