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

[DEPRECATED for ZF2 & Composer] Best practice Zend Framework (ZF) skeleton / base with Doctrine2 integration : High code coverage & build scripts using TDD. Issues section ar e used for project planning (features etc)
http://www.jaoudestudios.com
160 stars 40 forks source link

Selenium testing #50

Closed eddiejaoude closed 13 years ago

eddiejaoude commented 13 years ago

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..

eddiejaoude commented 13 years ago

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

eddiejaoude commented 13 years ago

Rebranched from master. Acl dependency removed.

eddiejaoude commented 13 years ago

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