damianszczepanik / cucumber-reporting-jenkins

Java jenkins plugin for cucumber-jvm reporting
151 stars 12 forks source link

cucumber.json file not being added temp directory created on Jenkins run #154

Closed fbravo14 closed 8 years ago

fbravo14 commented 8 years ago

A. no cucumber.json file is being created though I have commands in cucumber.yml file B. I've tried adding mkdir reports && touch /reports/cucumber.json which creates the directory and the file, however json file doesn't get populated, so when I click the Cucumber Reports icon I see the charts, but with zero stats

How or why do these temp files get created in my workspace (e.g. ./reports/2015_12_22_09_45)?

I'm at the mercy of anyone to help me get my cucumber.json to be added to this path on each Jenkins run. I've tried using Json reports path and File Include Path to no avail.

damianszczepanik commented 8 years ago

Attach json and logs

damianszczepanik commented 8 years ago

If you have problem with creating cucumber.json it means this is not problem with the plugin but cucumber-jvm.