Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 930 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 930 Bytes

RestAPI Automatiion with Cucumber-BDD and Rest-Assured

  • This project consists of API tests using BDD approach with Cucumber, Junit and Rest Assured.

Project Description:

  • Project setup with maven
  • Written in Java with Junit, Cucumber, Rest Assured & Maven
  • Can run test scripts from IDE, command line and Jenkins/CICD pipelines

Setup:

Run tests:

  • Navigate to project root and update sonar-project.properties file.
  • mvn clean install (If you need sonar reports also, then use mvn clean install sonar:sonar)

View HTML Report

  • Extent HTML reports will be generated once execution finished - target/site/site
  • Open index.html in browser to see the reports