Skip to content

Client support for the automated tests of the registration of people API.

Notifications You must be signed in to change notification settings

Matheeusb/registration-people-api-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Registration of People - Client

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.

Language and frameworks

  • Java 13
  • Maven
  • RestAssured
  • Lombok

Command line execution

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

Dependency

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>

Links

About

Client support for the automated tests of the registration of people API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages