- Make sure that Java and Maven are installed properly.
- Clone the project, navigate to project directory from your terminal, run:
mvn clean test
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.
docker-compose up --build --abort-on-container-exit