Vaktum Cli
Run Tests
Vaktum can run test suites generated by the Vaktum platform. For a full overview of running tests see the run tests overview page
Vaktum can run test suites generated by the Vaktum platform. For a full overview of running tests see the run tests overview page
Using Vaktum CLI to run tests
To validate an OpenAPI file simply call the command below. The tests.json
and environment.json
can be downloaded from Vaktum.com.
🖥️ Shell
vaktum test --tests <Path to the tests.json file> --env <Path to the environment.json file>
Any test failures will be listed in the output of the program. In case there are failures the cli program will return an error on exit which in turn fails most CI/CD pipelines.