The purpose of this project is to provide calls to the methods of the Registration of People API, to be used in automated testing projects.
- Java 13
- Maven
- RestAssured
- Lombok
This client will serve as a dependency on the test project, so for that it is necessary to clone the project and execute the following command:
mvn clean install
To use the client as a dependency on an automated testing project, it is necessary to insert the following tag, in case the project is maven:
<dependency>
<groupId>br.com.matheus</groupId>
<artifactId>registration-people-api-client</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>