paulgibbs / behat-wordpress-extension

WordHat: Behat for WordPress
https://wordhat.info
GNU General Public License v3.0
106 stars 20 forks source link

Switch CI process to use Google Chrome directly instead of via Selenium. #254

Closed paulgibbs closed 5 years ago

paulgibbs commented 5 years ago

I want to switch CI runs to connect to Chrome directly instead of using the Selenium interface. I also want to update the "getting started" docs to encourage people to use Chrome.

Current behaviour

CI runs use Selenium to connect to Chrome. Docs tell people to use Selenium.

Context

Setting up Selenium is a pain. It's also another onboarding hurdle for new users. I'd prefer it to be a solution for more experienced users/user cases.

paulgibbs commented 5 years ago

Done.