jquery/testswarm

"Reset Failed" button on job screen?

Closed this issue · 2 comments

I know you can reset the whole job, but how about just a "reset failed" option?

For now:

You can already reset individual runs by double-clicking on the table cells (I know, not an intuitive interface). And if you always want to do this once for failed runs, set runMax=2 in the job submission - which will make testswarm automatically re-distribute a test once if the first run resulted in a failure..

Both of these things are already done - but there are times where I'd like to request yet another re-run (without the pain of double clicking) ;)