Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.04 KB

Behat + Mink + Selenium2 under the vagrant setup.

Prerequisites:

Installation:

  1. Clone the repository
  2. vagrant up
  3. Wait for everything to be installed. It takes some time.

Run tests with headless browser:

  1. vagrant ssh
  2. pkill java
  3. selenium.headless.start
  4. tail -f /tmp/selenium.log and wait for line '... INFO - Selenium Server is up and running' to appear
  5. behat features/examples/search.feature

Run tests observing the process in forwarded browser window:

  1. vagrant ssh
  2. pkill java
  3. selenium.start
  4. tail -f /tmp/selenium.log and wait for line '... INFO - Selenium Server is up and running' to appear
  5. behat features/examples/search.feature