File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 11[ ![ Run Tests] ( https://github.com/testingbot/testingbotctl/actions/workflows/test.yml/badge.svg )] ( https://github.com/testingbot/testingbotctl/actions/workflows/test.yml )
2+ [ ![ npm version] ( https://img.shields.io/npm/v/@testingbot/cli.svg )] ( https://www.npmjs.com/package/@testingbot/cli )
23
34# TestingBot CLI
45
@@ -97,8 +98,8 @@ testingbot maestro app.apk ./flows/smoke ./flows/regression ./flows/e2e
9798# With device selection
9899testingbot maestro app.apk ./flows --device " Pixel 8" --deviceVersion " 14"
99100
100- # iOS app on real device with tags
101- testingbot maestro app.ipa ./flows --platform iOS --real-device --include-tags " smoke,regression"
101+ # Android app on real device with tags
102+ testingbot maestro app.apk ./flows --device " Samsung Galaxy S24 " --real-device --include-tags " smoke,regression"
102103
103104# With environment variables
104105testingbot maestro app.apk ./flows -e API_URL=https://staging.example.com -e API_KEY=secret
You can’t perform that action at this time.
0 commit comments