Find issues before others do – every time. With automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates. Select the pages of your choice for continuous monitoring. The plugin immediately notifies you of any visual changes it detects.
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