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

Mocha expectation messages not relayed #181

Open
lilith opened this issue Jan 15, 2015 · 2 comments
Open

Mocha expectation messages not relayed #181

lilith opened this issue Jan 15, 2015 · 2 comments

Comments

@lilith
Copy link

lilith commented Jan 15, 2015

While we do get pass/fail messages on a per-test basis, the expect/actual difference is not relayed when connecting to IE 6 or 7 (other versions of IE not tested).

Is this by design, or is there a reporter we can configure in order to log this data somewhere?

Our code and configuration, for reference..

@Jonahss
Copy link
Collaborator

Jonahss commented Jan 15, 2015

Can you a send a link to a failing job with this behavior?
Your test-reporting code looks ok, do you see the expect/actual differences when running on other browsers?

It could be that the test-reporting code throws a javascript error. Or that another js error on the page interferes with execution.

Try running a Sauce Manual session using those browsers, visit your test pages, open up the js console and look for errors. Also try accessing the global variable window.moachResults

@Jonahss
Copy link
Collaborator

Jonahss commented Mar 18, 2015

Were you ever able to resolve this?

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