indrabasak / nodejs-cucumber-example

Test Automation of a REST API using Node.js and Cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js with Cucumber Example

Test Automation of a REST API using Node.js and Cucumber.

This example project contains two sub-projects:

  • service: This project contains a simple REST service which creates a book and retrieves a book by its ID.

  • cucumber: This project contains the test automation related code using Cucumber.

About

Test Automation of a REST API using Node.js and Cucumber

License:MIT License


Languages

Language:JavaScript 88.1%Language:Gherkin 11.3%Language:Shell 0.6%