Nette/Tester selenium 2 extension
The simple way for testing with Selenium 2 and Nette/Tester
Example tests
Look at tests folder
Instalation
- Add
flame/tester-seleniumin 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
How to run exmaple selenium tests?
php libs/bin/tester tests/
Requirements
More information
Check out the Selenium docs and wiki at http://docs.seleniumhq.org/docs/ and https://code.google.com/p/selenium/wiki