Running tests

How to run tests with CAT?

Assuming you already opened a project file using Open-CatProject, you can start testing with

Invoke-CatTest

There is also a shortcut, instead of opening a project and then invoking tests, use this to do both at the same time:

Invoke-CatProject "D:\Tests\MyProject.cat.yaml"

(Invoke-CatProject is basically just a shortcut, it opens the project and starts the tests).