Testiny CLI
NPM package and downloads
The Testiny-Importer CLI is distributed over multiple channels:
- Use the NPM package (Testiny CLI)
- You can also download the zip packages with executables for the following platforms:
If the CLI does not support a specific use case yet, you can always directly use Testiny’s REST API.
For some automation frameworks, you can also use custom reporters instead of the CLI. See all available reporters and examples.
Getting started
Download the respective file for your platform and extract it in any folder, or install the NPM package.
Next, open a shell or terminal and run the CLI with the --help
option to see all available commands and options:
- Node.js/npm
- Linux
- Windows
- macOS
npx @testiny/cli --help
./testiny-importer-linux --help
testiny-importer-win.exe --help
./testiny-importer-macos --help
In order to use the CLI tool you need an API key for authorization. See where to create an API key.
There’s no need to install any dependencies to run the Testiny importer. We bundle all required files into one file that you can execute everywhere. You can use our CLI on any platform, including Java, JavaScript/TypeScript, .Net, Python, Ruby, C++ and many more.
Once you have downloaded or installed the CLI and are ready to go, here are further resources to help you get started: