Details
Description
Grails 1.3.x includes JUnit4 and JUnit4 provides the @Ignore annotation, which can take a string to indicate why a test is being ignored.
When a test run is executed, it should indicate how many passed how many failed and how many were ignored, with the string to show why.
Currently, Grails ignores the test, but does not display anything about ignored tests.
It would be very valuable to have detailed statistics of not only how many of your tests were successful or failed, but also, what was the number of the skipped tests, which is what the @Ignore annotation provides.
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
This would hopefully also help with showing @Ignore in spock tests, which are also currently ignored.