AJAX-Based Test Runner for PHPUnit
There seems to be demand for a browser-based test runner for PHPUnit, so I added it to the roadmap for PHPUnit 3.1.
It would be great if the frontend for the browser-based test runner would make use of AJAX. Since I am clueless when it comes to both web design in general and AJAX in particular, I would appreciate if someone else could help me with implementing this test runner. I basically need the XHTML and CSS as well as the JavaScript that displays the initial page. Then the JavaScript needs to request a file from the server that initiates the test execution and reads test progress information in JSON format from it.
If you are interested in working on this, please get in contact with me on either the development mailinglist or the #PHPUnit IRC channel on Freenode.
It would be great if the frontend for the browser-based test runner would make use of AJAX. Since I am clueless when it comes to both web design in general and AJAX in particular, I would appreciate if someone else could help me with implementing this test runner. I basically need the XHTML and CSS as well as the JavaScript that displays the initial page. Then the JavaScript needs to request a file from the server that initiates the test execution and reads test progress information in JSON format from it.
If you are interested in working on this, please get in contact with me on either the development mailinglist or the #PHPUnit IRC channel on Freenode.
23/11/2006 at 10:30 Permalink
Reply
07/03/2007 at 15:30 Permalink
For many beginners and peoples using MsWindows, the first problem in testing is necessity use console.
SimplyTest for PHP do it a little simpler, but still is complicated and not don't have the PHPUnit's elegance.
Good luck with this! We waiting... :)
Reply
14/03/2008 at 07:21 Permalink
I have a demo up on viddler .. http://www.viddler.com/tmpvar/videos/1/ and am willing to distribute this thing under the BSD license.
You can contact me via tmpvar@gmail.com if you want the source or discuss the possibilities. The source will be openly released once I get some of javascript refactored as its a bit of a mess.
Reply