Regression

Component ID

2000654

Component name

Regression

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

329

Component created

Component changed

Component body

Drupal module for regression site testing.
It's a monitoring tool which is notifying the webmaster about a new changes on the specific pages. These changes can be marked as regression or can be ignored for the future changes.

INSTALLATION

1. Download and install the module.
2. Regression module requires FineDiff library to work correctly. Please place its finediff-code.php file inside the sites/all/libraries/finediff folder.

USAGE

1. Open module configuration page.
2. Go into /admin/config/regression/paths.
3. Click "Add new path" button. You will be redirected to the page of path configurator.
4. Enter list of pages which should be included or excluded from regression testing. You may use '%' character to describe dynamic parameters.
For more details, please read README.md.

Technical notes

Regression entries are added for every unique page (identified using
predefined parameters(keys)). There is a configuration screen that precedes
adding a regression entry where we configure regression entry keys used to
identify uniqueness of page.