Skip to content

CLI Commands

Reference for zenitest CLI commands and installation.

Execute tests and manage authentication from your terminal.


Install the zenitest CLI globally using your preferred package manager:

Terminal window
npm install -g zenitest

Saves your Zeni API key to local configuration (~/.zenitest/config.json).

Terminal window
zenitest auth YOUR_API_KEY

Runs all .yaml test files in your test directory.

Terminal window
zenitest run
Flag Short Description Default
--dir <path> -d Path to test directory zeni_tests
--parallel <n> -p Number of test cases to run concurrently 5
--help -h Show CLI help screen
Terminal window
zenitest run --dir zeni_tests --parallel 3