restassured-example

RestAssured-Java Demo Project

Java CI with Maven

A beautiful and comprehensive demo repository for API testing with RestAssured in Java. This project showcases best practices for:


🚀 Quick Start

  1. Clone the repository:
    git clone https://github.com/thananauto/restassured-example.git
    cd restassured-example
    
  2. Get a Bearer Token:
    • Create an account at GoRest and obtain your API token.
  3. Run the tests:
    mvn clean test
    
  4. View the reports:
    • Navigate to ./target/reports/* for the latest execution report.
    • Or see the latest published report here.

📦 Features


🛠️ Requirements


🗂️ Project Structure


🤝 Contributing

Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.


📄 License

This project is for demonstration and educational purposes.



Happy Testing! 🚦