Test Runner - Downloading + Installing
Releases
0.6 Tarball (Jul 30, '08) 0.7 Tarball (Jan 7, '09)
Get The Latest
Note: This code in trunk is quite volitile! Use at your own risk or use a tag.
Subversion
trunk: svn co http://svn.blerby.com/project/TestRunner
latest tag: svn co http://svn.blerby.com/tags/TestRunner/0.7
Installing
- Either use svn or extract btr-x.x.tar.gz into a web accessible directory.
- The test runner contains two parts: the web 'front' and the library. One of the following must occur for the test runner to work!
Setup your php.ini's include_path to reflect the Blerby Test Runner library directory (path/to/btr/library/)
- OR -
Edit your front/config/projects/<name>.xml and under config/includePaths add a <path> that points to the test runner's library directory
- On a *nix machine, it is important that you give apache write access to front/cache
- You *MUST* have your php binary available in one of the directories specified by your PATH environment variable.
Related
Core Configuration - Starting point for core configuration attributes