Starter project to write and debug cucumber-js features in TypeScript language.
- run the command
npm install
.
- run the command
npm test
.
- tag the scenario with
@only
and@debug
- set the breakpoints in the typescript code
- Start debugging
- tag the scenario(s) with
@only
- tag the scenario with
@ignore
- run the command
npm run build
.
- run the command
npm run report
.