- This project consists of API tests using BDD approach with Cucumber, Junit and Rest Assured.
- 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
- Navigate to project root and update
sonar-project.properties
file. mvn clean install
(If you need sonar reports also, then usemvn clean install sonar:sonar
)
- Extent HTML reports will be generated once execution finished -
target/site/site
- Open
index.html
in browser to see the reports