Stop JUnit Runner After First Failure?
已回答
Is it possible to tell the JUnit Run Configuration to stop calling tests after the first test failure ?
I think of something like the "haltonfailure" attribute from the ant junit target.
请先登录再写评论。
Is there a solution for this? I run a test suite with some integration tests. It would be good to stop on first error.
Request is welcome at https://youtrack.jetbrains.com/issues/IDEA. Thanks!