flutter/packages/flutter_tools/test/integration
Ben Konyi 3764cb8515
Added support for authentication codes for the VM service. (#30857)
* Added support for authentication codes for the VM service.

Previously, a valid web socket connection would use the following URI:

`ws://127.0.0.1/ws`

Now, by default, the VM service requires a connection to be made with a
URI similar to the following:

`ws://127.0.0.1:8181/Ug_U0QVsqFs=/ws`

where `Ug_U0QVsqFs` is an authentication code generated and shared by
the
service.

This behavior can be disabled with the `--disable-service-auth-codes`
flag.
2019-04-18 21:01:50 -07:00
..
test_data Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
daemon_mode_test.dart Fix indentations of statements in BlockFunctionBody (#28933) 2019-03-07 21:09:28 +01:00
debugger_stepping_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
expression_evaluation_test.dart fix some formatting issues (#28809) 2019-03-06 09:37:32 +01:00
flutter_attach_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
flutter_run_test.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
hot_reload_test.dart Print 50000$ monopoly money (#27531) 2019-02-05 15:00:51 -08:00
lifetime_test.dart [O] Removing all timeouts (mark II) (#26736) 2019-01-19 00:31:05 -08:00
README.md Remove -j1 to run tools tests concurrently (#22038) 2018-09-19 17:47:06 +01:00
test_driver.dart Added support for authentication codes for the VM service. (#30857) 2019-04-18 21:01:50 -07:00
test_utils.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +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