mirror of https://github.com/flutter/samples.git
|
5 years ago | |
---|---|---|
.. | ||
lib | 5 years ago | |
test_driver | 5 years ago | |
web | 5 years ago | |
.gitignore | 5 years ago | |
.metadata | 5 years ago | |
README.md | 5 years ago | |
analysis_options.yaml | 5 years ago | |
pubspec.lock | 5 years ago | |
pubspec.yaml | 5 years ago |
README.md
federated_plugin_web
A flutter plugin to provide location support for web. The web implementation
of federated_plugin
is tested using e2e package.
Steps to run e2e test on browser
- Download and install the ChromeDriver from here for the version of Chrome you are using.
- Start the driver using
chromedrive --port=4444
- Run the test using
flutter drive -d web-server --release --browser-name=chrome --target=test_driver/federated_plugin_web_e2e.dart