Blerby Test Runner - Changelog
Version 0.7
+ Fixed more NaN errors
+ Added the ability to copy test results (fixed result box refresh issue)
+ Added Magic key for sandbox communication
+ Fixed eyesore (flashing red error icon)
+ Fixed relative path issue for navigation menu
+ Added Javascript testing capabilities (thanks to John Resig and his work with rhino)
+ Added a project menu
+ Reworked event system for avoiding freezes on delayed server responses
+ Added the ability to pause/resume
+ Fixed browser support (FF3, Chrome, Opera, IE7)
Version 0.6
+ Fixed hard errors causing NaN error
+ Developers can use global filters for file scanners
+ Added Sample code/tests with BTR (PHPUnit + SimpleTest)
+ Failing tests no longer cause race issue with detection timer
+ PHPUnit comparison errors are reported correctly
+ Added status to browser title
Version 0.5
+ Added manual file runner
+ Fixed an optimized dependency cache
+ Rewrote javascript to work on all major browsers under windows
+ Fixed negative percentage issue
+ Cleaned up Blerby_TestRunner_Init::doIncludes
+ Added the ability to separate the BTR libraries from the www dir
+ Added Simpletest support
+ Added scanner support for glob() style paths
+ Optimized detection process (~500ms down to 40ms)
Version 0.4
+ Renamed classes to be consistent (Blerby_Test_Scanner to Blerby_TestRunner_Scanner)
+ Fixed various javascript issues
Version 0.3
+ Added test->source connector system
+ Various bugfixes
+ Adding more PHPUnit support
Version 0.2
+ Added filtering system
+ Added File_ModTime scanner for efficiency
Version 0.1
+ Created basic ajax connectivity, with automatic running
+ Added basic PHPUnit support