https://github.com/testingbot/testingbotctl
A command line interface for the TestingBot platform.
https://github.com/testingbot/testingbotctl
Last synced: 11 months ago
JSON representation
A command line interface for the TestingBot platform.
- Host: GitHub
- URL: https://github.com/testingbot/testingbotctl
- Owner: testingbot
- License: mit
- Created: 2024-12-20T15:54:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T19:51:31.000Z (about 1 year ago)
- Last Synced: 2024-12-22T20:31:31.056Z (about 1 year ago)
- Language: TypeScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TestingBot CLI
TestingBot CLI is a command-line interface to run tests with Espresso, XCUITest and Maestro on TestingBot.
## Features
- Run Espresso tests on TestingBot
- Run XCUITest tests on TestingBot
- Run Maestro tests on TestingBot
## Installation
To install TestingBot CLI, use the following command:
```sh
npm install -g testingbotctl
```
## Usage
Here are some example commands to get you started:
### Run Espresso Tests
```sh
testingbotctl run espresso --app your-app.apk --test your-test.apk
```
### Run XCUITest Tests
```sh
testingbotctl run xcuitest --app your-app.ipa --test your-test.zip
```
### Run Maestro Tests
```sh
testingbotctl run maestro --app your-app.apk --test your-test.yaml
```
## Contributing
Contributions are welcome! Please open an issue or submit a pull request on GitHub.
## License
This project is licensed under the MIT License.