An open API service indexing awesome lists of open source software.

https://github.com/keshavjha06/testvagrant

Solution of the coding assignment
https://github.com/keshavjha06/testvagrant

allure-report gson java jsonreader maven pojo testng

Last synced: 18 days ago
JSON representation

Solution of the coding assignment

Awesome Lists containing this project

README

          

# TestVagrant Assignment

REST Assured API test automation framework using Java + Maven + TestNG.
Framework follows many of the industry best practices.

Technologies/Tools used in building the framework
=================================================
- Rest Assured
- TestNG
- Java
- Allure Reports
- Lombok
- IntelliJ
- GitHub
- Jenkins

## Deploy the code on local
```git
git clone https://github.com/keshavjha06/TestVagrant.git
```

## Run the code

The Maven command to run the code is:

```cmd
mvn clean test
```

## Allure Command:
To run the test cases using allure command is:
```cmd
allure serve allure-results
```