Hacker News new | ask | show | jobs
by yesimahuman 1605 days ago
WebDriver through WebdriverIO is actually really solid and I think more teams should give it a try. My understanding is you don’t need any Selenium tooling if you use it but can interface with projects like chromedriver directly.

It’s faster than cypress and you have access to a massive ecosystem as well of things that speak the WebDriver protocol, as well as the ability to do hybrid and native mobile testing (through Appium).

I’ve been really happy with it and we’ve decided to go all-in on it for apps in the Ionic ecosystem.