Closed maximegel closed 2 years ago
As luck would have it, I've just been reading the JUnit Reporter docs whilst looking for something else, and I think I saw what you need. The option suiteTitleSeparatedBy
looks about right:
https://github.com/michaelleeallen/mocha-junit-reporter#full-configuration-options
Due to personal reasons, the previous maintainers of this package are stepping down and handing the reigns over to me, a long-time contributor to the project and a user of it myself. This is a responsibility I'm very excited about. Furthermore, I'd like to thank @lgandecki ++ for all the work that they've done so far.
Read more about the transfer of ownership here.
The repository has however moved and all outstanding issues are being closed. This is not a reflection of the perceived importance of your reported issue. However, if after upgrading to the new version, you still find there to be an issue, feel free to open up another ticket or comment below. Please make sure to read CONTRIBUTING.md before doing so.
Current behavior
JUnit reporter (and perhaps other reporters) generate test cases such as
[Feature] [Scenario]
(i.e. with a single space separator) which makes it hard to distinguish both parts e.g.Another feature Runs first scenario
:Not shure if it's related to this library or Cypress itself.
Desired behavior
A configuration option would be great. I am thinking of something like:
And the report would be:
Test code to reproduce
Versions