wdio-sync
wdio-sync copied to clipboard
add fix for webdriverIO bug 2639
This is a workaround for webdriverIO bug 2639 regarding details in error stack traces. All the tests pass and no core functionality is affected. Only added effect is that the line at which a test fails is added which helps a lot. I've added a comment to the issue containing an initial version of the fix and an example of output. I've also tested this extensively in real usage scenarios and with no ill effects.