-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add support for automated tests in App Distribution #6730
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
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
fdf15cb
Add support for automated tests in App Distribution
lfkellogg ab81783
Add tests
lfkellogg 5b71083
Fix username and password resource fields, and implement async test flag
lfkellogg fdbe58d
Fix formatting and undo temporary changes
lfkellogg 47f5076
Fix test
lfkellogg 3c2c2d7
Change test timeout to 20 minutes
lfkellogg 179841a
Add test for options parser util
lfkellogg 170c575
Lint fixes
lfkellogg 33059db
Add CHANGELOG entry
rebehe 621758e
Add 'beta' messaging
lfkellogg 3b7da63
Address feedback from @joehan and go/atad-cli-api-review
lfkellogg 7d9d3c5
Move mapDeviceToExecution to types.ts
lfkellogg 9c7286e
Add tests for reading password from file
lfkellogg 013b22c
Change --test-async to --test-non-blocking
lfkellogg 8e10ed4
Support password files with trailing newlines
lfkellogg c1f6d9e
Use args object for getLoginCredential()
lfkellogg 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
- Added rudimentary email enumeration protection for auth emulator. (#6702) | ||
- You can now run customized automated tests on your Android apps in App Distribution, with the Automated Tester feature (beta). This feature automatically runs tests on your Android apps on virtual and physical devices at different API levels. To learn how to run an automated test, see [Run an automated test for Android apps](https://firebase.google.com/docs/app-distribution/android-automated-tester). (#6730) | ||
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
Oops, something went wrong.
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.