Open srohan opened 6 years ago
It does not but I encourage you to add support for this. Should be easy if you take a look at similar feature which was already added for classifications e0a3df43e3e93099b996e67f70a31186ee81de00
Thanks for the response, I will give it a try.
pls see also https://github.com/cucumber/cucumber-jvm/issues/1580
Great, thanks @triesz ! Hope the solution works as required..
Suppose the reports are generated in directory - $WORKSPACE/Reports/dir1/ and the jenkins job injects an environment variable like - reportsDir=dir1
Can this (reportsDir) be used in the "Json Reports Path" ? Tried the following as "Json Reports Path" but didn't work - Reports/${reportsDir} Reports/$reportsDir Reports/%reportsDir%
Reports/dir1 - works.