jfilipcz / allure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allure helm chart

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.

Sending test results

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.

About


Languages

Language:Shell 61.6%Language:Smarty 27.3%Language:Makefile 9.6%Language:Dockerfile 1.5%