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
Fix webview_flutter Android integration tests and add Espresso #4147
Merged
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
18e6d22
lets see if integration tests run
bparrishMines 2025b84
change folder name
bparrishMines ddf5d91
create a running test with ./gradlew app:connectedAndroidTest -Ptarge…
bparrishMines 562cc4d
see if tests run on ci?.
bparrishMines cad641b
fix a few tests
bparrishMines b94cfbb
try get all tests passing
bparrishMines 744c395
fluttertestrunner and placeholder test
bparrishMines 6d9f282
formatting
bparrishMines e5ea80c
fix blank test, formatting, license
bparrishMines 2489c44
undo formatting change and remove navigation delegate
bparrishMines 76d612e
Improve example test and version bump test dependencies
bparrishMines dc6be9a
remove assertequals
bparrishMines 8713690
small format changes
bparrishMines 648e94c
license
bparrishMines 3619762
remove truth dependency, change core dep and follow example
bparrishMines ffe0058
undo the test change
bparrishMines f624087
Merge branch 'master' of github.com:flutter/plugins into androidTest
bparrishMines a10bfde
readd analysisoptions
bparrishMines 42b7238
remove top line
bparrishMines 927b9fe
empty commit to check for flakes
bparrishMines 089fa76
skip tests
bparrishMines 77b45f1
Merge branch 'master' of github.com:flutter/plugins into androidTest
bparrishMines 7e73bb1
remove webview_flutter
bparrishMines 79d82c4
Merge branch 'master' of github.com:flutter/plugins into androidTest
bparrishMines d34c705
Merge branch 'master' into androidTest
bparrishMines 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
see if tests run on ci?.
- Loading branch information
commit 562cc4d043b69815d37a6ff9920d49386c8d2e1d
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed the weird bug where
pageLoaded.complete()was called in the callback multiple times. From the Dart side, this caused a silent error and prevented the rest of the method calls from going through.