Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 543 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 543 Bytes

API Automated Tests

Java + REST Assured + JUnit + Maven + Allure

Installation and run from a terminal

  1. Make sure that Java and Maven are installed properly.
  2. Clone the project, navigate to project directory from your terminal, run: mvn clean test

Report

To generate the report (Allure need to be installed beforehand) run:

allure serve allure-results -h localhost

Report will be opened in your browser automatically.

Running inside the Docker

docker-compose up --build --abort-on-container-exit