Skip to main content

Testiny CLI

NPM package and downloads

The Testiny-Importer CLI is distributed over multiple channels:

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:

npx @testiny/cli --help
info

In order to use the CLI tool you need an API key for authorization. See where to create an API key.

note

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: