Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 567 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 567 Bytes

Install

$ yarn

Uses

  • "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

Debug

  • Add tag @debug to scenario
  • Set the breakpoints
  • Start debugging (see .vscode/launch.json)

Notes

VS CODE Plugins