Closed athlonUA closed 8 years ago
To run behat tests you must download selenium-server-standalone http://www.seleniumhq.org/download/ and chromedriver https://sites.google.com/a/chromium.org/chromedriver/ .
selenium-server-standalone
chromedriver
./chromedriver
java -jar selenium-server-standalone.jar
bin/behat -p frontend
bin/behat -p backend
rebase from the master, check tests
To run behat tests you must download
selenium-server-standalone
http://www.seleniumhq.org/download/ andchromedriver
https://sites.google.com/a/chromium.org/chromedriver/ ../chromedriver
andjava -jar selenium-server-standalone.jar
bin/behat -p frontend
to test frontend andbin/behat -p backend
to test backend