Closed fmachella closed 7 years ago
can you provide a test case for this? Was it caused by the previous PRs today?
Yes test case is simple. Create a simple test that give an error message for example empty one (without assertions), and phantom start to loop and exit after a while. The old PR instead seams to be catched by spec= filter and start to skip all tests :( I'm sry we have to revert. Can you please take a look? use version 0.14.4
describe("baz", function(){ it("errr", function(){
}); });
landed in 0.14.6
It seams that onError catches console.error and this create a circular invokation. Maybe we could redirect all in stdout, this is a solution and works well