VRTs - Visual Regression Tests is a plugin to test your website for unwanted visual changes. The plugin runs automatic daily tests for chosen pages and posts. The tool creates daily comparison screenshots and compares them with a reference snapshot. If there is a difference between the screenshots, you'll be automatically notified via email. Use three comparison mode to spot the differences easily.
Important
This repository is for development purposes. You need to run the build process for it to work. See the section Development for further instructions. To use the plugin on your website, see the section Installation.
To install the plugin on your website, choose one of the following approaches:
- Install from your WordPress backend: Plugins -> Add New Plugin and search for "vrts".
- Download from the WordPress Plugin Directory: https://wordpress.org/plugins/visual-regression-tests/.
- Install via composer with wpackagist:
wpackagist-plugin/visual-regression-tests
.
- PHP 7.4
- Clone the repository to your
wp-content/plugins/
folder. - Run
composer install
to install composer dependencies. - Run
npm install
to install node dependencies. - Run
npm run build
to build. - Run
npm run start
to start development.
- Node 16
GPLv2