Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 391 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 391 Bytes

Demonstration of Rest-Assured and Cucumber for Web services automation.

Steps to seupt framework on local machine

  1. Checkout code and build on local machine

  2. install nodejs on local machine then install "npm json server -g"

  3. Start json server use CMD: json-server --watch db.json

  4. Ready to play with Micro services using rest Auured with cucumber.

    Happy Coading...!