-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with console.log #1
Comments
OH, shit. The console is redirected to Phantom JS and used to generate the JSON protocol to talk to Guard::Jasmine. But that's an easy fix. Stay tuned :P |
Version 0.2.1 should fix that. It filters non wanted console.log calls now. |
now I got that one :|
|
I should have specs for that CoffeeScript file... |
Works great now, thanks! |
Hey, I got again the last |
I don't have this problem here, works without problems and a console.log in the spec is filtered. Can give me the JSON that gets returned from the spec runner? You can retrieve if in the console by running the run_jasmine.coffee script like this:
|
Ok found the issue, running all the spec is ok, but when I launch just one file there is no JSON returned. I think the issue comes from calling |
Thanks for debugging! I've pushed 0.3.1, which removes |
I reverted this because I found the real error: The dom extractor wanted I hope it will be possible in PhantomJS 1.3 to inject my very own Jasmine reporter, so I don't have to extract the result from the dom. This will be much less erroneous and would allow the introduction of a stream protocol, so the results came in one by one and not all at the end. |
I see :) |
When I add some
console.log 'stuff'
in my javascripts assets I got:Any ideas why? :)
The text was updated successfully, but these errors were encountered: