- 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 allure-ui
-
Verify if Allure API is working. Go to -> http://localhost:5050/allure-docker-service/latest-report
-
Verify if Allure UI is working. Go to -> http://localhost:5252/allure-docker-service-ui/
Each time you run tests, the Allure report will be updated. Execute tests:
mvn test -Dtest=CucumberRunner
Note: Use plugin --plugin io.qameta.allure.cucumberjvm.AllureCucumberJvm
if you run from any IDE like Eclipse or IntelliJIdea.
See documentation here: