You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
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..
The text was updated successfully, but these errors were encountered: