Example in terminal
path/to/test.yaml
. If the test passes, the command will exit with a status code of 0
. If it fails, the command will exit with a status code of 1
.
The path to the test file provided should be relative to the current working
directory.
Interactive mode
To run a test interactively:- Launch the TestDriver CLI:
- At the
>
prompt, type:
Notes
- Ensure the YAML file is valid and follows the TestDriver specification.
- The default file path is
testdriver/testdriver.yaml
if no file is specified.
Running Tests in CI
Run tests with Hosted Runnings in GitHub Actions