I have a long-running unit test job in hudson. If some tests fail I want to run them first and not wait for other tests to run before them (to see, have I fixed them, or not).
Is it possible to setup this in Hudson?
Thanks.
I have a long-running unit test job in hudson. If some tests fail I
Share
I have the same issue before, here is my solution.
By the way, you can also send a mail with the result when the rerun testing failure, and then you can just check mail if the test is real “failure”.
Note that the Selenium is not necessary if you have another choice.