Skip to content

A command line interface for the TestingBot platform.

License

Notifications You must be signed in to change notification settings

testingbot/testingbotctl

Repository files navigation

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:

npm install -g testingbotctl

Usage

Here are some example commands to get you started:

Run Espresso Tests

testingbotctl run espresso --app your-app.apk --test your-test.apk

Run XCUITest Tests

testingbotctl run xcuitest --app your-app.ipa --test your-test.zip

Run Maestro Tests

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.

About

A command line interface for the TestingBot platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published