Export Allure results to HP ALM using alm rest api
- Run youre tests
- Generate Allure reports
- Export them to the HP ALM
[TBD]
One can use the the exporter either as a standalone java application or from as a maven goal. The exporter accepts up to 3 command line parameters:
- Allure reports data folder (The folder that contains behavior.json file)
- Allute reports base url (The url of root of thepublished allure report. The root contains the index.html)
- File path of the HP ALM connection properties file
- If run with 2 parameters it loads alm-report.properties as the classpath resource
- if run without any parameters it loads alm-report.properties as the classpath resource and assumes that system properties dataFolder and baseUrl point to the data folder and base url respectively
- alm.resturl rest url of the hp alm
- alm.domain alm domain name
- alm.project name of the alm project that contains reported test cases
- alm.user user that posts the report to the alm
- alm.password password of the alm.user
- alm.baseFolder base folder of the reported results in the alm test lab
- alm.resFolderPtrn Date Format template of the result folder