Skip to content
/ rest-assured Public template

JUnit5 + RestAssured + Allure, simple maven project with minimum dependencies to perform very basic get request and assertion using rest-assured library.

License

Notifications You must be signed in to change notification settings

omerbilgin/rest-assured

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Source Love License Java CI with Maven

RestAssured Project

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.

Getting Started

To get started with this project, clone the repository to your local machine and import it into your preferred IDE as a Maven project.

Prerequisites

To run this project, you'll need:

  • Java 8 or higher
  • Maven 3.6 or higher
  • An IDE (e.g. IntelliJ IDEA, Eclipse)

Installing

To install this project, follow these steps:

  1. Clone the repository to your local machine:

git clone https://github.com/omerbilgin/rest-assured.git

  1. Import the project into your preferred IDE as a Maven project.

Running the Tests

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.

Built With

  • RestAssured - A Java DSL for easy testing of REST services
  • Maven - Dependency management and build automation tool

Contributing

Contributions to this project are welcome. To contribute, follow these steps:

  1. Fork the repository to your own GitHub account.
  2. Create a new branch and make your changes.
  3. Test your changes thoroughly.
  4. Create a pull request with your changes.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.