I want to have a beautifully formatted HTML page / directory that describes all of our cucumber test cases (scripts).
I am familiar with HTML formatting for a cucumber .... which is great for showing test results, but I'm looking for something a little different ... I want it to just show what the test cases are and be able to see the steps.
Essentially, I'm looking for something like rdoc, but it should generate test case documentation from .feature files. In addition, I would like it to disable a specific tag format in order to use it as a test case identifier, and use it to refer to various artifacts such as launch / test case results.
Does anyone know something like this?
source
share