An open API service indexing awesome lists of open source software.

https://github.com/bredah/api-test


https://github.com/bredah/api-test

allure-report maven restassured

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

API Demo
=====

This project presents an example on how to use [REST-assured](https://rest-assured.io)

## Requirements

- Java 11
- Maven 3.8.0 or above

## Exection

Run the command:

```sh
mvn test
```

## Report

Display test results:

```sh
mvn allure:serve
```