mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Revert "Replace some `dynamic` to `Object?` type (#80772)" (#80965) This reverts commit 12a2e682b47e16818cc7cd9ca5fe8ea09fd38992. * Add frontend_server_client to dependency allowlist (#80912) Co-authored-by: Jenn Magder <magder@google.com>
Flutter for Web Integration testing with integration_test package
These are web tests which are using integration_test (aka e2e) package. In order to run them locally, run chromedriver:
chromedriver --port=4444
For more details on running/downloading chromedriver, use the link.
Later use the following command:
flutter drive --target=test_driver/text_editing_integration.dart -d web-server --browser-name=chrome
For more details on running a Flutter Driver test on web use the link
For more details on integration_test package link