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
- Host: GitHub
- URL: https://github.com/keshavjha06/testvagrant
- Owner: keshavjha06
- Created: 2022-08-13T04:06:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T05:09:58.000Z (almost 4 years ago)
- Last Synced: 2025-08-07T19:01:52.160Z (11 months ago)
- Topics: allure-report, gson, java, jsonreader, maven, pojo, testng
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```