Stop JUnit Runner After First Failure?

Answered

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.

0
2 comments

Is there a solution for this? I run a test suite with some integration tests. It would be good to stop on first error.

0

Please sign in to leave a comment.