Skip to content

jonatan-lopez02/RestAssured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestRestAPI Project


#How to Build You only need the following tools:

Gradle : https://gradle.org/install

Java: https://java.com/en/download

For build the project you can run the following command:

gradle build -x test


#Run the tests

You only need to run the command

./gradlew build test -Denv= < environment properties >

example: gradle build test -Denv=env


#Generate Reports

The Framework have allure reports.For generate this you need to run the following command:

For generate the reports:

gradle allureReport

For Serve the reports:

gradle allureServe

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages