Skip to content

Behat + Mink + Selenium2 under the vagrant setup

Notifications You must be signed in to change notification settings

dsmolovich/bdd-vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Behat + Mink + Selenium2 under the vagrant setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published