commit | 23490991dd4b42bd65c44ece5a9ca7d2acdcdf31 | [log] [tgz] |
---|---|---|
author | Nurhan Turgut <nurhan@google.com> | Fri Feb 28 12:48:32 2020 -0800 |
committer | GitHub <noreply@github.com> | Fri Feb 28 12:48:32 2020 -0800 |
tree | a1391f9978a07c27257ef0d803297ac289ab278d | |
parent | 9af7525307da9c9d1304ef9a0ff98fb8f429cc35 [diff] |
[web] adding a test for e2e web testing. (#2554) * adding a test for e2e web testing. * chaning the changelog. updating pubspec.yaml version. fixing analyze * merging the changelog * addressing reviewer comments * fix format. addressing reviewer comments * try to run chromedriver on the backend * chrome driver is was running as the main task, preventing test from running . use background_task to run it. use ENV for directory change * change in scripts. remove list from backfround task. change argument of driver * removed background task. it wasn't using the same path * run web tests only on browser * add test on to the web driver test as well. drive-examples are still failing * fix the imports * trying reviever suggestion for drive_example compile errors * test _ imports * Revert "test _ imports" This reverts commit 7cf24d6cb5833efa437a78cf5b843eb6b6368a81. * removing the web_test driver file upon reviewers suggestion * format fix
This repo is a companion repo to the main flutter repo. It contains the source code for Flutter first-party plugins (i.e., plugins developed by the core Flutter team). Check the packages
directory for all plugins.
Flutter plugins enable access to platform-specific APIs. For more information about plugins, and how to use them, see https://flutter.dev/platform-plugins/.
These plugins are also available on pub.
Please file any issues, bugs, or feature requests in the main flutter repo.
If you wish to contribute a new plugin to the Flutter ecosystem, please see the documentation for developing packages and platform channels. You can store your plugin source code in any GitHub repository (the present repo is only intended for plugins developed by the core Flutter team). Once your plugin is ready you can publish to the pub repository.
If you wish to contribute a change to any of the existing plugins in this repo, please review our contribution guide, and send a pull request.
These are the available plugins in this repository.