bleech / visual-regression-tests

Find issues before others do – every time. With automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.
https://vrts.app/
GNU General Public License v2.0
4 stars 0 forks source link
plugin visual-regression visual-regression-testing visual-regression-tests visual-testing visual-tests wordpress wordpress-plugin

VRTs - Visual Regression Tests

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.

Installation

To install the plugin on your website, choose one of the following approaches:

  1. Install from your WordPress backend: Plugins -> Add New Plugin and search for "vrts".
  2. Download from the WordPress Plugin Directory: https://wordpress.org/plugins/visual-regression-tests/.
  3. Install via composer with wpackagist: wpackagist-plugin/visual-regression-tests.

Requirements

Development

  1. Clone the repository to your wp-content/plugins/ folder.
  2. Run composer install to install composer dependencies.
  3. Run npm install to install node dependencies.
  4. Run npm run build to build.
  5. Run npm run start to start development.

Dev Requirements

License

GPLv2