$ yarn
- "yarn build" - Build project. Needed before running tests and if the TS code has changed
- "yarn test" - Run all tests
- "yarn test-only" - Run scenarios with tag @only
- Add tag @debug to scenario
- Set the breakpoints
- Start debugging (see .vscode/launch.json)