This is a sample RestAssured project in Java with Maven. The project includes test classes that use RestAssured to send requests to an open source API and validate the response content.
To get started with this project, clone the repository to your local machine and import it into your preferred IDE as a Maven project.
To run this project, you'll need:
- Java 8 or higher
- Maven 3.6 or higher
- An IDE (e.g. IntelliJ IDEA, Eclipse)
To install this project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/omerbilgin/rest-assured.git
- Import the project into your preferred IDE as a Maven project.
To run the tests, you can use the following command in your terminal:
mvn test
This will run the test classes and output the results in the console.
- RestAssured - A Java DSL for easy testing of REST services
- Maven - Dependency management and build automation tool
Contributions to this project are welcome. To contribute, follow these steps:
- Fork the repository to your own GitHub account.
- Create a new branch and make your changes.
- Test your changes thoroughly.
- Create a pull request with your changes.
This project is licensed under the MIT License - see the LICENSE.md file for details.