TestingBot CLI is a command-line interface to run tests with Espresso, XCUITest and Maestro on TestingBot.
- Run Espresso tests on TestingBot
- Run XCUITest tests on TestingBot
- Run Maestro tests on TestingBot
To install TestingBot CLI, use the following command:
npm install -g testingbotctl
Here are some example commands to get you started:
testingbotctl run espresso --app your-app.apk --test your-test.apk
testingbotctl run xcuitest --app your-app.ipa --test your-test.zip
testingbotctl run maestro --app your-app.apk --test your-test.yaml
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License.