This is a simple Symfony application that runs from a Vagrant powered VM. The VM is running on Ubuntu 12.04 with PHP 5.3.10.
- Install Vagrant and VirtualBox by the appropriate method for your OS
- Run
vagrant up
from the project root to fire up the VM - Ensure Symfony's dependancies are pulled in with composer
- Visit http://localhost:1337 to see the output
The tests require the dependancies to be pulled in with Composer, and Selenium >= 2.31. Once Selenium is running execute ./run_behat.sh
.
Get Composer if it not already installed and run php composer.phar install
Download and run Selenium with the default settings:
wget http://selenium.googlecode.com/files/selenium-server-standalone-2.31.0.jar
java -jar selenium-server-standalone-2.31.0.jar