Tesmon CLI
Tesmon Command-Line Interface (CLI) is designed for executing tests from the command line or within CI/CD pipelines.
This flexibility facilitates quick and reliable test execution directly from any preferred development environment.
Installing CLI
Install Tesmon CLI from npm by running the following command:
npm install -g @tesmon/cli
Authentication
To authenticate Tesmon's CLI with your Tesmon account, run the following command:
tesmon auth
Help
To learn more about using Tesmon's CLI and all of the commands and options available, run the following command:
tesmon help