Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 1.05 KB

File metadata and controls

37 lines (23 loc) · 1.05 KB

Framework of automated API's tests with JUnit5, Java, RestAssured and Gradle

Framework to test in the integration layer.

Pre-conditions

Tools:

Libraries:

Project Structure


CLI

Run all test classes through command line:

Linux/Mac

./gradlew clean test  

Windows

gradle clean test

Report

As soon as tests are executed, an html file report is displayed:

build -> reports -> tests -> test -> index.html