Install allure helm chart.
Based on an upstream allure project that repackages Allure
Install from source chart
helm upgrade myallure --set security.user=admin --set security.password=changeme --create-namespace --namespace=allure --install .
Check the values.yaml
file for settings e.g. persistent volumes.
The scripts file can be used to send results from target/allure-results
directory. It logs in to allure, creates a project called my-app-name
and sends the test report results.
send_results.sh my-app-name `pwd` admin changme $ALLURE_HOST
Tested using the allure-maven plugin, but many languages are supported.