This repository was archived by the owner on Feb 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
[espresso] Adds EspressoFlutter as a first-party plugin #2369
Merged
collinjackson
merged 43 commits into
flutter:master
from
collinjackson:new_espresso_plugin
Jan 10, 2020
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
1743eab
Initial copy of e2e plugin renamed to espresso
collinjackson 0bf791e
Switch to a new project based on template plugin
collinjackson f47c5a4
Update example app to be a button app
collinjackson 45bf214
switch to Java
collinjackson 195bb22
Add example Espresso test
collinjackson fded8ad
Midpoint check-in while addressing dependency errors
collinjackson 60da0af
Demonstration of Espresso tests passing
collinjackson 4f65053
All tests pass
collinjackson 7c77635
Add shared preferences integration test
collinjackson 86f133c
Fix test to match internal version
collinjackson 02adfc8
Tests pass for shared prefs plugin
collinjackson f343591
Open source Espresso files
collinjackson 521eb6c
License
collinjackson f2e0e56
SDK constraints
collinjackson 6b86f04
Update README, changelog, remove test
collinjackson 0b70161
Revert shared_preferences
collinjackson ce9de53
Update README.md
collinjackson cc2ebe5
Update README to make it clear this package is Android-only
collinjackson 11b38af
Update licenses
collinjackson da89fee
Merge remote-tracking branch 'cj/new_espresso_plugin' into new_espres…
collinjackson 211e358
remove commented dependencies
collinjackson b823741
More README updates
collinjackson 5a1d274
Add a click test
collinjackson 226a0d6
Fix build error
collinjackson 2d0d9a1
More README updates
collinjackson 0a2b5ab
fix file that wasn't meant to be checked in
collinjackson 56360ff
Update README
collinjackson e3d340c
Merge remote-tracking branch 'origin/master' into new_espresso_plugin
collinjackson 5377d27
Fix build failure
collinjackson 8663ebd
Update README.md
collinjackson f69d012
Update README to clarify that iOS example is for the bots.
collinjackson a33410d
Code review feedback on plaintext traffic
collinjackson 3a00269
Update README.md
collinjackson e5c1ae1
reformat
collinjackson 5bf41b2
update pubspec.yaml
collinjackson 9a85ad9
remove unused test
collinjackson d69e407
reformat
collinjackson 6b6ff85
Merge remote-tracking branch 'origin/master' into new_espresso_plugin
collinjackson acef95e
Merge remote-tracking branch 'cj/new_espresso_plugin' into new_espres…
collinjackson a5a9c46
Fix analyzer issues
collinjackson 8b6542b
fix ios build
collinjackson d18b2a0
remove lib/espresso.dart
collinjackson 8129481
reformat
collinjackson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Midpoint check-in while addressing dependency errors
- Loading branch information
commit fded8ad8503cae283682aa2f32b774b37f5ba9e2
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,12 @@ | ||
| # espresso_example | ||
|
|
||
| Demonstrates how to use the espresso plugin. | ||
| Demonstrates how to use the espresso package. | ||
|
|
||
| ## Getting Started | ||
|
|
||
| This project is a starting point for a Flutter application. | ||
| To run the Espresso tests: | ||
|
|
||
| A few resources to get you started if this is your first Flutter project: | ||
|
|
||
| - [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab) | ||
| - [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook) | ||
|
|
||
| For help getting started with Flutter, view our | ||
| [online documentation](https://flutter.dev/docs), which offers tutorials, | ||
| samples, guidance on mobile development, and a full API reference. | ||
| ``` | ||
| flutter build apk --debug | ||
| ./gradlew app:connectedAndroidTest | ||
| ``` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.