Skip to content
/ dev.io Public

Test project to develop across Symfony2, Behat with Selenium session driver and running on Vagrant

Notifications You must be signed in to change notification settings

oscarjg/dev.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dev.io project

#A Symfony project with behat and Selenium running on Vagrant machine. Feel free to coding here!

##Installation:

  • add 192.168.19.20 dev.io www.dev.io in your local host file
  • vagrant up
  • vagrant ssh
  • add 192.168.19.1 selenium.dev in your vagrant /etc/hosts file
  • cd /var/www/devio
  • composer install (if you haven't done before)

##Running tests:

  • Run in your local machine java -jar ./bin/selenium-server-standalone-2.45.0.jar
  • vagrant ssh
  • cd /var/www/devio
  • ./bin/behat --config="app/config/behat.yml"

About

Test project to develop across Symfony2, Behat with Selenium session driver and running on Vagrant

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published