Install

Works with Drupal: 8.x

Using dev releases is not recommended, except for testing.

Using Composer to manage Drupal site dependencies

Alternative installation files

Download tar.gz 20.06 KB
MD5: 9f3f0374b979a7888683f8f16f01758d
SHA-1: b04ea76b832228ec37fa43d9fed460d48ed3d5b5
SHA-256: 13981dbd0273eb1d95789bf5a98eaa367d6c4121c3b484b083e99ee66bee8caa
Download zip 26.11 KB
MD5: a325894617f6b700d23c20ecc39c863a
SHA-1: 5202bbd73835cf63db1397b275463a42221d66d4
SHA-256: 8f7af7d8bf5dfb3c2a4e44fca8d3721ca52020546ea8c5463e2adfd0ee94c946

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.

Created by: seth snyder
Created on: 7 Nov 2019 at 20:09 UTC
Last updated: 7 Nov 2019 at 20:13 UTC

Other releases