mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() * 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. |
||
---|---|---|
.. | ||
test_data | ||
daemon_mode_test.dart | ||
debugger_stepping_test.dart | ||
expression_evaluation_test.dart | ||
flutter_attach_test.dart | ||
flutter_run_test.dart | ||
hot_reload_test.dart | ||
lifetime_test.dart | ||
README.md | ||
test_driver.dart | ||
test_utils.dart |
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