Skip to main content
The testdriverai CLI is the primary interface for running, managing, and debugging TestDriver scripts. It provides commands to execute tests, validate configurations, and interact with the TestDriver framework.

Usage

Available commands

Available Flags

Example usage

Running a test script

This command runs the specified TestDriver script, executing all steps defined in the file.

Initializing a new project

This command sets up a new TestDriver project in the current directory, creating the necessary folder structure and configuration files.

Getting help

This command displays general help information. To get help for a specific command, use:

Protips

  • Combine run and --headless with CI/CD pipelines to automate test execution.