Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Junit 4.x support
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
We have some slow Selenium builds. Waiting for indication of failure can take a long time. It would be helpful if there was an option to finish the test run on the first failure.
We could configure this on some of our slower builds so improve the speed of the feedback loop in the cases where there are failures.
I also require this feature. When using a combination of Spring and Liquibase, if the Spring config contains an error then on each and every test the Spring context will try once more to initialize itself, taking 20+ seconds each time.
This adds up to a huge amount of time wasted by our Jenkins instance to alert us to the fact that someone made a typo.