Luís Fernando Langa
Luís Fernando Langa
+1 on this, my team have the same usecase and we are trying to automate as much as possible.
Similar to @dreamorosi i'm trying to use describe.each, it works fince once, and hangs afterwards. Playing around, modifying, saving, stop/start watch, eventually unhangs it and it works well again. i...
I was able to make it work consistenly without hanging by prefixing the describe with "%s" My guess is that the extension hangs if multiple describes with the same title...
There is a gotcha. If the first iteraction of the ".each" succeeds but the others don't, the extension will mark tests as passed and won't highlight failures. The footer still...