Install
Works with Drupal: 8.xUsing dev releases is not recommended, except for testing.
Using Composer to manage Drupal site dependencies
Alternative installation files
Release notes
Workout loads every published page on a site in an attempt to generate errors.
This is good for any module or theme errors that occur while rendering pages.
You can use workout to determine if there are any errors while loading and rendering pages.
Workout will be of no help finding errors that occur when users click buttons or perform actions on pages.
The results of Workout processing runs are logged.
Workout allows you to easily compare the results of different runs.
Before a software update you can run Workout to gather base line data on each page.
After the software update you would run Workout again to gather new data on each page.
You can then view and compare the results determining if any new errors were introduced by the update.
Test Results can be downloaded to a csv file for further examination or slicing and dicing.
A result of a Workout is the logging of any errors that occurred in the Drupal dblog.
A module like Grouper might be useful for analyzing your error logs.