flame/tester-selenium

Support of Selenim 2 testing for nette/tester

v0.2.5 2013-06-30 07:02 UTC

This package is not auto-updated.

Last update: 2024-04-08 10:44:59 UTC


README

The simple way for testing with Selenium 2 and Nette/Tester

##Example tests Look at tests folder

##Instalation

  1. Add flame/tester-selenium in your dev-dependencies
  2. Copy "repositories" section into your composer.json
  3. Install tester's dependencies with composer
  4. Download java server from http://code.google.com/p/selenium/downloads/list
  5. Run java server java -jar selenium-server-standalone-<version>.jar
  6. 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