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.
but now in v5 , there is only system-err which doesn't contains COMMAND and RESULT which were very helpful. Is it possible to being system output back in reports using any config option?
<testcase classname="chrome.77_0_3865_120.macosx.video" name="remove_uploaded_video_from_adhoc" time="30.006">
<error message="Couldn't find div[class*="grid-asset"][style*="visible"] at 0 position"/>
<system-err>
<![CDATA[
Error: Couldn't find div[class*="grid-asset"][style*="visible"] at 0 position
at Object.waitForElementAt (/Users/pallvipaurav/Git/lrwebdriverio/test/helpers/common_functions.js:64:11)
at Object.select_img (/Users/pallvipaurav/Git/lrwebdriverio/test/helpers/common_functions.js:556:29)
at Context.it (/Users/pallvipaurav/Git/lrwebdriverio/test/specs/video/video_adhoc_upload_test_spec.js:71:10)
]]>
</system-err>
</testcase>
The text was updated successfully, but these errors were encountered:
In v4 , even if logLevel of wdio was silent but in case of error junit reports used to have system output like this
but now in v5 , there is only system-err which doesn't contains COMMAND and RESULT which were very helpful. Is it possible to being system output back in reports using any config option?
The text was updated successfully, but these errors were encountered: