0
votes

How to generate an Allure reporting from Xml or Junit or Excel file. I'm not using Selenium or POM.xml or Jenkins. I've a junit report from TestComplete 14.1, I wish to know how to generate allure report.

Downloading a Jar and upload in test complete and generate step by step. Please share the Allure Jar. Convert XML to Allure.

2

2 Answers

0
votes

if you install the allure command line utility, you can invoke allure to either serve a report or generate a report file on your TestComplete xml file.

allure serve c:\path\to\your\testComplete\results

Or

allure generate c:\path\to\your\testComplete\results