- https://access.redhat.com/documentation/en-us/jboss_enterprise_application_platform/5/html/microcontainer_user_guide/ch01
- https://www.mkyong.com/java/how-to-set-java_home-environment-variable-on-mac-os-x/
Verify installation with:
java -version
mvn --version
Execute Allure Docker Service from this directory
docker-compose up -d allure
- Verify is Allure report is working.
- Go to -> http://localhost:4040
Each time you run tests, the Allure report will be updated. Execute tests:
mvn test -Dtest=FirstTest
mvn test -Dtest=SecondTest
See documentation here: https://github.com/fescobar/allure-docker-service