A beautiful and comprehensive demo repository for API testing with RestAssured in Java. This project showcases best practices for:
git clone https://github.com/thananauto/restassured-example.git
cd restassured-example
mvn clean test
./target/reports/*
for the latest execution report.RequestSpecification
and ResponseSpecification
Dockerfile
and docker-compose.yml
)src/
- Test source codepom.xml
- Maven dependenciestestNg.xml
- TestNG configurationDockerfile
& docker-compose.yml
- Containerization support.github/workflows/
- CI/CD pipelinePull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.
This project is for demonstration and educational purposes.
Happy Testing! 🚦