Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 408 Bytes

File metadata and controls

9 lines (6 loc) · 408 Bytes

Example IG project with tests

  1. Make sure JDK (>= 1.8) and nodejs are installed.
  2. Run npm ci in a terminal to download the required .jar files.
  3. Run npm test in a terminal or in vscode by clicking Terminal -> Run Task -> npm test.

If you want intellisense in test-specification yaml files: Open vscode and install the recommended redhat.vscode-yaml extension.