silverstripe / silverstripe-behat-extension

Silverstripe integration extension for Behat
MIT License
31 stars 30 forks source link

Allow Selenium2Driver to be used for alert-based behat tests #257

Closed GuySartorelli closed 10 months ago

GuySartorelli commented 10 months ago

I'm using ddev as my main development environment, and has a great addon that uses Selenium 2 as its driver instead of the facebook driver.

Currently if behat tests are run with the selenium 2 driver and the test includes checking an alert, the test will fail - even though selenium 2 has those capabilities.

PRs