@RunWith causes Maven to ignore my Test running with my own runner
- by Benju
I am moving from using only Intellij to manage my build system to Intellij/Maven. When I run my integration test "MapSimulationTest" with my own runner via @RunWith(KmlParameterizedRunner.class) Intellij correctly handles the situation, the directory specified by the system property "user.dir" is scanned for .kml files and each is tested.
The problem seems to be that Surefire ignores @RunWith, any suggestions?