Skip to content

RestAssuredTest001/APITestAutomation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

API-Cucumber

Some of the key features of this framework:

  1. It generates Extent report with all the step details. Report will be generated both HTML & PDF file format.
  2. Generates execution logs, with detailed request and response details.
  3. Feature file has examples of reading request details from json file.
  4. This also has an example to validate response body using json schema.
  5. Easy integration to CI/CD pipeline.

Required Setup :

  • Java should be installed and configured.
  • Maven should be installed and configured.
  • Download the files from Git repository either as zip file OR using Git.

Running Test:

Open the command prompt and navigate to the folder in which pom.xml file is present. Run the below Maven command.

mvn clean test

Once the execution completes report & log will be generated in below folder.

Report: target/report
Log: target/logs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published