/run

Run a test from a file.

To run a test you've previously created, use the /run command.

testdriverai
> /run helloworld.yml

TestDriver will run the test plan back performing each command.

This command will exit the program upon execution. Any failures will be output and the program will exit with code 1.

Last updated