Hi,
If I understand the doc well, by default, we can organize requirements around:
- Capabilities
- Features
- Stories
... using folder/packages. Serenity's automatic reports will then be able to display results & breakdown it on this axis on the "Requirement Overview" table.
+ src
+ test
+ resources
+ stories
+ grow_potatoes [a capability]
+ grow_organic_potatoes [a feature]
- plant_organic_potatoes.story [a story]
- dig_up_organic_potatoes.story [another story]
+ grow_sweet_potatoes [another feature]
...
My question is simple: Can we rename those headers labels on the report (so that we display "Epic" or "Pretty title" instead of "Capability" for ex.)? If yes, how?
Obviously I expect this modification to remain for every generated report, not just a one time modification ;).
I'm very curious, and hoep you'll be able to help me. Thank you very much for your time.
San.