Cucumber generating empty reports
vainamonen opened this issue · 1 comments
vainamonen commented
Hi,
If I add some properties:
cucumber.publish.enabled=false
cucumber.plugin=pretty, summary, html:target/cucumber-reports/cucumber.html, json:target/cucumber-reports/cucumber.json, junit:target/cucumber-reports/cucumber.xml
to junit-platform.properties in module junit5-cucumber then the directory cucumber-reports in target is created.
It has 3 files, but each one is empty.
Do you know how to fix it?
bonigarcia commented
I don't know, sorry.