Hi,
I am using the Maven Failsafe plugin to run features and Surefire to run specs. I execute the install goal successfully and then generate the Jnario reports. I noticed that the reports of the specs have a green header, as expected, but the reports of the features don't. If I execute the features using Surefire, then those reports get a green header too. I wonder if any additional configuration is needed to generate feature reports with the correct format using Failsafe or if this is not yet possible, and in that case, if this should be added as a new issue in GitHub.
I am using the following:
- Eclipse IDE for Java Developers. Version: Luna Release (4.4.0). Build id: 20140612-0600.
- Maven version 3.2.3
- Maven Surefire plugin version 2.17
- Maven Failsafe plugin version 2.17
- Jnario Maven plugin version 1.0.0
Best regards,
Hernán