Skip to content
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

Support for AI Testing Agent #8001

Merged
merged 3 commits into from
Dec 4, 2024
Merged

Support for AI Testing Agent #8001

merged 3 commits into from
Dec 4, 2024

Conversation

kaibolay
Copy link
Contributor

Add support for --test-case-ids and --test-case-ids-file to appdistribution:distribute to launch .

Description

The Automated Testing Agent is a beta feature of App Distribution. Once test cases are created in the Firebase Console, then now can be launched automatically after uploading a new binary.

Scenarios Tested

Tested firebaseappdistribution:distribute with and without --test-case-ids flag.

Sample Commands

firebase firebaseappdistribution:distribute --app "1:987654321:android:deadbeef" app.apk \
    --test-devices="model=MediumPhone.arm,version=34,locale=en,orientation=portrait" \
    --test-case-ids="case1,case2"

@kaibolay kaibolay force-pushed the kb/aita branch 2 times, most recently from f15704c to 248f293 Compare November 26, 2024 23:31
@kaibolay kaibolay requested review from lfkellogg and joehan November 27, 2024 15:38
Copy link
Contributor

@lfkellogg lfkellogg left a comment

Choose a reason for hiding this comment

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

Looks great!

@kaibolay kaibolay force-pushed the kb/aita branch 2 times, most recently from fb97a86 to 57f517c Compare November 27, 2024 19:43
@kaibolay kaibolay marked this pull request as ready for review December 3, 2024 16:47
@kaibolay kaibolay enabled auto-merge (squash) December 4, 2024 21:20
@kaibolay kaibolay merged commit a9bc138 into master Dec 4, 2024
43 of 45 checks passed
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.

4 participants