Open marmotz opened 11 years ago
I tried, I really tried hard but I could not get work.
You can still implement a loop-like mode using something like this : https://github.com/jubianchi/atoum.js/blob/master/Makefile#L25-L32
But it won't behave as atoum's original loop mode : it will always run the whole test suite instead of running only failed tests until they pass.
Perhaps I should try again to implement a real loop mode as since my last try, I changed a lot of things.
As atoum, it would be awesome to implement the loop mode :)