AutoRun icon indicating copy to clipboard operation
AutoRun copied to clipboard

A simple tool that re-runs a given test command if any test file is modified

Place the AutoRun.php into a directory of your included paths.

Place the autorun bash script into your $PATH.

Navigate to your tests directory $ cd /path/to/my/tests/

Run: $ autorun

Now leave the terminal open and work on your tests. The terminal will update every time you save a test file.