Build docker image and start containers with command in terminal:
./run_docker.sh
Stop and remove containers with command in terminal:
docker-compose down
Rebuild image (after changes in src or POM.xml) and start containers with command in terminal:
./run_docker.sh rebuild
Check Allure report on http://localhost:4040
Run command in terminal:
mvn clean test
Prerequisites: Install Allure command line - Allure Installation Guide
After build is finished Allure results will appear in target/allure-results folder. Allure attach detailed request and response to each test. To generate html report and automatically open it in a web browser, run the following command:
$ allure serve target/allure-results