Debugging
-
Debugging webdriverio tests with VSCode
https://youtu.be/66E7y12GQaE ^ Update - check out my video walkthrough where I follow along with the post and show you how I set it up. https://youtu.be/wvvIz60DNp4 ^ EDIT 10/2019 – I’ve published a...
read article -
WebdriverIO tips: using browser.debug() to help debug your tests
Ever want to stop your Selenium tests halfway and try to see what your tests are seeing? Using .debug() helps but be aware of your test timeouts & context around your code. EDIT 10/2019 - I've...
read article