trivago / cluecumber

Clear and concise reporting for the Cucumber BDD JSON format.

Home Page:https://www.softwaretester.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to generate HTML report from a JAR file without MAVEN ?

brizuelalionel opened this issue · comments

I would like to refer to this issue that was closed with no solution at the end :
#238

I also have the same issue as @pedrofg

How can I generate an HTML report using this plugin from a JAR file ?

I have to deliver a .jar file that runs Selenium tests and then generate an HTML report using this plugin. This .jar file could be executed using java -jar command anywhere on any machine where Maven is not installed on it.

Is there any way to achieve this using Java code , cucumber cli api, etc ?

In its current stage, this is not possible as it is a Maven plugin. Thus, it requires Maven to run.
A solution is to use a standard Maven Docker container to run the reporting in.