- Make sure JDK (>= 1.8) and nodejs are installed.
- Run
npm ci
in a terminal to download the required .jar files. - Run
npm test
in a terminal or in vscode by clickingTerminal -> Run Task -> npm test
.
If you want intellisense in test-specification yaml files: Open vscode and install the recommended redhat.vscode-yaml extension.