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
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
Sorry, i meant if you run the example through the version of jasmine (eg. node_modules/.bin/jasmine /path/to/pending.spec.js) that is installed via package.json, it properly displays the reason. However, if you run the same spec through WDIO it does not display. Does that make sense?
I am not sure about that. Other frameworks also don't have messages when a test in pending. So all reporter have to get an update in order to support that. Happy to merge any PRs that direct this "issue".
When calling
pending('My reason here')
in a jasmine spec, the reason is never displayed in WDIO (standalone mode) results. Small change in https://github.com/webdriverio/wdio-jasmine-framework/blob/master/lib/reporter.js is likely all that's needed. I can PR this change next week.Reproduceable Spec:
https://gist.github.com/patthiel/7f68db05a21fdbd3cd80a2b7b66f8eb1
The text was updated successfully, but these errors were encountered: