Skip to content
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

Venus inconsistently displays errors in Phantom #341

Open
whastings opened this issue Nov 12, 2014 · 2 comments
Open

Venus inconsistently displays errors in Phantom #341

whastings opened this issue Nov 12, 2014 · 2 comments

Comments

@whastings
Copy link

I have noticed that sometimes I'll run a spec with Venus and Phantom and it'll report 0 tests executed and nothing else. If I run the test in the browser, I can usually see a JS error is the cause, but sometimes the error occurs in Phantom but not the browser.

Sometimes Venus and Phantom will show the actual error, but not always. For example, I can put throw new Error('some text'); in my describe, and sometimes it'll be in the output, but most of the time it won't. Venus won't report the error about 5 out of 6 times.

Is there anything we can do to get the error reporting working 100% of the time?

BTW, I'm using Venus 2.3.3 and Phantom 1.9.1.

@bradcypert
Copy link
Contributor

#361 fixes this 😉

@bradcypert
Copy link
Contributor

@whastings Update to the latest version of Venus. My PR #361 fixed this issue and was merge in last week. 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants