Helge
2 years agoNew Member
Cucumber reports with better structured feature reports in the overview
Hello altogether,
we are using Cucumber and very freshly also the Cucumber Reports plugin for our jenkins.
We have structured our feature files, which are currently all running via one jenkins job with the runner class, like this as example:
features/basic/control1/control1.feature
features/basic/control2/control2.feature
features/usecase/test1/test1.feature
features/usecase/test2/test2.feature
...
Now the reports overview shows us all feature tests in one big list, in alphabetical order.
Is it possible to get the overview with a structure regarding our feature files? Perhaps with folding and unfolding?