This is an updated version with express/gherkin to use on testing API's using Gherkin.
npm install
npx cucumber-js
will run all the tests for the featuresnpx cucumber-js features/github_issues.feature
will run specific test
This is an updated version with express/gherkin to use on testing API's from the course of Keith Casey on linkedIn.
JavaScript