mochawesome-report-generator
mochawesome-report-generator copied to clipboard
Context on Suite
Hi,
Is there the ability to add "context" (or even just HTML) at the suite level, not the individual test level?
Thanks! :)
Not currently. What’s the use case?
@adamgruber
The use case for us would be to:
- Links to the server logs for the tests
- Links to the build which the tests are for.
I don't know react (I'm an angular dev - but could attempt a PR)
Started to look into this a bit. I can see this being useful at the top level (file) but I'm not sure yet how to implement that. At the Suite level is possible but could make the report noisy. Mocha treats each describe as a Suite so it would be on the user to add this context appropriately
Hi, It's a good idea, I need this functionality to add precise time of run to each suite.