eddiejaoude/Zend-Framework--Doctrine-ORM--PHPUnit--Ant--Jenkins-CI--TDD-

Selenium testing

Closed this issue · 3 comments

As well as unit testing, it would be great to have selenium (grid) tests with instructions on how to get this running in various browsers. It is quite easy as after the tests are written for other developers it is mainly running java jar files.

Therefore the project can be tested in various browsers: ie6, ie7, ie8, ie9, ff2, ff3, ff4 etc..

Before merging in need to finish ACL (as was branched from there, dont know why, should have been master) & need to run headless firefox on build box otherwise tests will fail

Rebranched from master. Acl dependency removed.

Selenium tests added & merged to master (selenium RC).

Example tests (login etc) included with selenium rc jar file in test directory.

Open new ticket regarding jenkins ci build server requiring headless browser & also another for selenium grid setup