/express-gherkin-api-test

This is an updated version with express/gherkin to use on testing API's from the course of Keith Casey on linkedIn.

Primary LanguageJavaScript

API Testing and Validation

This is an updated version with express/gherkin to use on testing API's using Gherkin.

Running the tests

  • npm install
  • npx cucumber-js will run all the tests for the features
  • npx cucumber-js features/github_issues.feature will run specific test