Skip to content

Simple REST Assured API-tests project. TestNG, Lombok, Allure

Notifications You must be signed in to change notification settings

borzykin/rest-assured-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rest-assured-api framework

Requisites: Java 11, Maven

  • RestAssured for API calls
  • Lombok to get rid of boilerplate
  • TestNG to handle parallelism
  • Allure reports with full request and response logging
  • Owner for properties configuration

To run tests: mvn clean test -Denv=dev To build report: allure serve given you in /target folder and allure CLI is installed and in the path

About

Simple REST Assured API-tests project. TestNG, Lombok, Allure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages