- Add ability to ignore hidden files (GH-57)
- Add error handler for non-JSON responses from the server (GH-48, GH-58)
- Use strict checking with readdir() (GH-56)
- Handle unbalanced braces properly (GH-54)
- Fix error that occurs when no snapshot is selected on Archives page (GH-50)
- Reduce complexity of Apache installations (GH-45)
- Fix autoloader to only load files required by VPU (GH-46)
- Only return child directories of test_directory (GH-44)
- Overhaul the entire code base
- Give the UI a facelift
- Add ability to run tests using a phpunit.xml configuration file (GH-31)
- Add ability to generate test results from the command line (GH-32)
- Replace line breaks with
s instead of empty strings (GH-42) - Fix jqueryFileTree folder selection for Macs (GH-41)
- Fix display of debugging output (GH-39)
- Add ability to set MySQL port (GH-37)
- Change require -> require_once to avoid errors (GH-34)
- Don't require files to share the same name as the test classes (GH-33)
- Fix output buffering (GH-23)
- Fix include_path issues (GH-26)
- Fix SANDBOX_IGNORE settings (GH-21)
- Update history file (GH-20)
- Add tooltips to compensate for colorblind usage problem (GH-17)
- Add ability to filter suite results (GH-14)
- Update color scheme
- Update snapshot list each time a test is run (GH-10)
- Fix snapshot filenames to be compatible with Windows systems (GH-11)
- Allow debug display of JSON within tests (GH-9)
- Fix POST locations to use relative URIs
- Add ability to generate graphs of test results
- Fix Windows path issues
- Add a progress bar to indicate that tests are being processed
- Overhaul the UI
- Fix issues with namespaced tests
- Implement a better check for archived files
- Add support for bootstraps
- Clean up the user interface
- Add the ability to view snapshots from the homepage
- Change the snapshot filename format to Y-m-d
- Allow for relative paths in TEST_DIRECTORY
- Use a better test loading mechanism
- Add a start page to allow for specific choosing of tests and options
- Add the ability to sort suite results by status and time
- Clean up some configuration settings
- Remove ability to save JSON snapshots
- Add statistic bars to display the suite results visually
- Fix to allow for loading a single test directly
- Adjust code to allow for proper execution with 'short_open_tag' off
- Fix to match test files with the word 'Test' at the end of the filename
- Fix to eliminate duplicate tests
- Add suite statistics
- Initial release