Skip to content

Commit

Permalink
chore(readme): change plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 23, 2024
1 parent 12e8568 commit 23b69c8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VRTs - Visual Regression Tests

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.
VRTs is a WordPress plugin to keep your websites bug-free 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](#development) for further instructions. To use the plugin on your website, see the section [Installation](#installation).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bleech/visual-regression-tests",
"description": "Test your website for unwanted visual changes. Run automatic tests and spot differences.",
"description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.",
"type": "wordpress-plugin",
"license": "GPL-2.0-or-later",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion languages/visual-regression-tests.pot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ msgid "https://vrts.app/"
msgstr ""

#. Description of the plugin
msgid "Test your website for unwanted visual changes. Run automatic tests and spot differences."
msgid "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates."
msgstr ""

#. Author of the plugin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@bleech/visual-regression-tests",
"version": "2.0.0-beta.3",
"description": "Test your website for unwanted visual changes. Run automatic tests and spot differences.",
"description": "Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.",
"author": "Bleech <hello@bleech.de>",
"license": "GPL-2.0-or-later",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Requires PHP: 7.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Test your website for unwanted visual changes. Run automatic tests and spot differences.
Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.

== Description ==

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 modes to spot the differences easily.
Keep your WordPress websites bug-free 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.

**Please note:** The website must be publicly accessible in order to set up and run the tests. Password protection or any kind of firewall might prevent the plugin from working correctly.

Expand Down
2 changes: 1 addition & 1 deletion visual-regression-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: VRTs – Visual Regression Tests
* Plugin URI: https://vrts.app/
* Description: Test your website for unwanted visual changes. Run automatic tests and spot differences.
* Description: Keep your WordPress websites bug-free with automatic screenshots, daily comparisons, and instant tests after WordPress and plugin updates.
* Version: 2.0.0-beta.3
* Requires at least: 5.0
* Requires PHP: 7.0
Expand Down

0 comments on commit 23b69c8

Please sign in to comment.