Skip to content

Adds espresso testing for add_to_app/android_fullscreen #323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 29 commits into from
Mar 13, 2020

Conversation

RedBrogdon
Copy link
Contributor

@RedBrogdon RedBrogdon commented Feb 11, 2020

  • Adds the espresso plugin to flutter_module as a dev dependency.
  • Updates android_fullscreen to use espresso testing
    • Adds a debug manifest that turns cleartext traffic on (req. by espresso plugin)
    • Adds two new android tests using the plugin's espresso tech
    • Adds multidex support
  • Updates travis script for Android to invoke the new tests via Firebase Test Lab
    • Travis's emulators will not work for the espresso tests.

@RedBrogdon RedBrogdon changed the title [WIP] Adds espresso testing for add_to_app/android_fullscreen Adds espresso testing for add_to_app/android_fullscreen Mar 11, 2020
@@ -67,6 +67,9 @@
# Web related
**/web/**/lib/generated_plugin_registrant.dart

# Service account files
svc-keyfile.json
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is so we don't accidentally commit the credentials file to the repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants