You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
I have generated allure-results using wdio-allure-reporter which are number of json files and 1 suite xml file. Is there any report generator which can be used programmatically in NodeJS? Actually, I want to generate the reports in a single html file in the onComplete function of wdio.conf.js file. Preferably, do not want to use allure command line as it won't be platform independent.
Thanks in advance for providing a probable solution.
The text was updated successfully, but these errors were encountered:
Allure command-line is a Java application. It's platform independent.
You may want to use plugins for Jenkins, Teamcity or Bamboo.
Otherwise you need to implement Javascript report generation logic. It consists of two stages - converting XML files to Alluire JSON files and unpacking Allure face. Do you need more details about the process?
Yes, already tried but the problem it generates many folders and one html file. They should be serve through a web server. When I open the generated html file directly, the components are not loaded. Might be due to browser issue which is not supported that way of viewing the html file. Is it possible to get a single html file ?
I have generated allure-results using wdio-allure-reporter which are number of json files and 1 suite xml file. Is there any report generator which can be used programmatically in NodeJS? Actually, I want to generate the reports in a single html file in the onComplete function of wdio.conf.js file. Preferably, do not want to use allure command line as it won't be platform independent.
Thanks in advance for providing a probable solution.
The text was updated successfully, but these errors were encountered: