The simple way for testing with Selenium 2 and Nette/Tester
##Example tests Look at tests folder
##Instalation
- Add
flame/tester-selenium
in your dev-dependencies - Copy "repositories" section into your composer.json
- Install tester's dependencies with composer
- Download java server from http://code.google.com/p/selenium/downloads/list
- Run java server
java -jar selenium-server-standalone-<version>.jar
- Run your tests
php libs/bin/tester tests/
###Requirements
Check out the Selenium docs and wiki at http://docs.seleniumhq.org/docs/ and https://code.google.com/p/selenium/wiki