How to setup Behat with Selenium Standalone Server and Firefox 49?

為{幸葍}努か 提交于 2019-12-25 12:43:29

问题


Can anyone explain in details how to setup and run Behat with Selenium Standalone Server 3.0.0-beta 4 and Firefox 49.

Actually I have problem with setup behat.yml. I have try like it is explained How to run tests in behat on firefox 48.0 using selenium stand alone server? but no luck.


回答1:


First of all, do you want to ride a grid or a basic Selenium server? The test will run in Windows, mac or ubuntu? Have you tried as I explain in the last comment of the second answer (in the link you found)?

java -Dwebdriver.gecko.driver=/path/to/geckodriver.exe -jar selenium-server-standalone-3.0.0-beta4.jar

What did you define in your behat.yml? Hope I can help you.



来源:https://stackoverflow.com/questions/39832452/how-to-setup-behat-with-selenium-standalone-server-and-firefox-49

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!