This project has automated tests for User Sign-Up/Registration API and User Login API.
- User Sign-Up/Registration API
- User Login API
This project uses a number of open source projects to work properly:
- Java
- TestNG
- Slf4j
- Lombok
Checkout the project from gitlab using following command
$ git clone https://github.com/shirishameka/AuthenticationAPIAutomation.gitGet in-to the project folder
$ cd AuthenticationAPIAutomationTo build the project and run the tests
$ mvn clean installTo only run the tests
$ mvn clean testTests write logs while they are running which provide further information about what happened if case of failure. These files reside in ./logs directory and can be viewed locally in your browser by navigating to that folder.