browserstack / behat-browserstack

Selenium examples for Behat and BrowserStack Automate
https://www.browserstack.com
13 stars 18 forks source link

Compatibility with Behat 3? #11

Open LukeLeber opened 5 years ago

LukeLeber commented 5 years ago

Does the same type of Browserstack support exist for Behat 3?

Behat 3 has been released for almost 5 years. Should this project be updated to reflect?

guardiola86 commented 5 years ago

Same question here, is there going to be a Behat 3 version?

berenddeboer commented 4 years ago

Found someone who wrote a Behat 3 version. Just did first test run, and it works!

berenddeboer commented 4 years ago

There's actually a different technique that basically takes your current selenium tests (which work with the Mink driver, not the Facebook webdriver), and runs them against a local binary. See write up here.

That seems more promising to get an existing test suite to run that uses local code.