- Virtualbox https://www.virtualbox.org/
- Vagrant https://www.vagrantup.com/
- X11 server (if you want to observe the testing process in a forwarded window) -- For Mac: XQuartz http://www.xquartz.org/ -- For Windows: XMing http://sourceforge.net/projects/xming/ -- For Linux: most likely you already have it installed
- Clone the repository
vagrant up
- Wait for everything to be installed. It takes some time.
vagrant ssh
pkill java
selenium.headless.start
tail -f /tmp/selenium.log
and wait for line '... INFO - Selenium Server is up and running' to appearbehat features/examples/search.feature
vagrant ssh
pkill java
selenium.start
tail -f /tmp/selenium.log
and wait for line '... INFO - Selenium Server is up and running' to appearbehat features/examples/search.feature