Skip to content

Commit bb21c39

Browse files
update README
1 parent 6030085 commit bb21c39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
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
9899
testingbot 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
104105
testingbot maestro app.apk ./flows -e API_URL=https://staging.example.com -e API_KEY=secret

0 commit comments

Comments
 (0)