Open mypark opened 5 years ago
Did you try running "gradle aggregate"?
Ah yes, I tried that and it seems to generate the index.html now - however it doesn't seem to generate the feature/requirements pages. When I click into the requirements tab it's empty.
If I click into test results, I see the name of the feature along with the scenario, but clicking into the feature is a 404. Is there something I need to be doing to make sure the feature list shows up in requirements tab and html files for features are generated as well?
Sample project exhibiting this behavior here: https://github.com/mypark/hello.cucumber
I tried following the getting started example and adding to a hello cucumber project, and it doesn't show any errors and generates some html files, but doesn't generate an index.html and some other landing pages. It does generate the test result pages however.