mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
This PR makes the following improvements to web hot reload support and related tests: - The `--start-paused` flag is now silently added when running with `-d web-server --web-experimental-hot-reload` if it is not already present. - Refactored test infrastructure to allow specifying the device parameter (e.g., `'chrome'`, `'web-server'`) when running integration tests. - Added a new `web_run_web_server_test` to run flows on the web-server device. - Updated existing tests to explicitly pass the correct device parameter where needed. - We are currently not able to test hot reload on the web-server device as this is not yet supported. Fixes https://github.com/dart-lang/sdk/issues/60289