New
Version 3.0.0
Complete rewrite with more or less the same functionality.
- Database support is now default enabled (sqlite)
- Tests stats are now logged automatically for graphing.
- Snapshots are now archived in the database and not in the filesystem.
- VPU now utilize the PHPUnit API directly instead of parsing the JSON output from the command-line.
- VPU now consist of tree separate apps: Frontend (WEB), Backend (REST) and Console.
Breaking changes
- You cannot migrate your existing log/database data.
- Parsing of
phpunit.xmlis not supported in this initial release of 3.x but will be added in future releases.