Changeset 3178550
- Timestamp:
- 10/30/2024 07:40:25 AM (17 months ago)
- Location:
- visual-regression-tests
- Files:
-
- 2 edited
-
tags/2.0.0/readme.txt (modified) (8 diffs)
-
trunk/readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
visual-regression-tests/tags/2.0.0/readme.txt
r3178219 r3178550 21 21 How do you check your website after updates and code changes? Do you manually go through pages, or do you just cross your fingers, hoping everything will be okay? Visual regression testing provides a better way to spot issues and detect visual changes. The VRTs plugin automates testing for you with a click of a button. 22 22 23 1. **Activate Tests for any page or post:** Upon activation, a reference screenshot is taken. This will be renewed when a post is saved or updated.24 2. **VRTs monitors your pages:** Every day, VRTs captures and compares screenshots of your selected pages. Upgrade to Pro to automate Tests for WordPress updates, integrate deployment pipelines via API, and run Manual Tests on demand.25 2. **Receive instant alerts:** If a change is detected between the snapshot and the comparison screenshot, the plugin will notify you via email.26 3. **Review changes:** The difference view makes it easy to spot changes, while the comparison slider lets you inspect the details.27 4. **Hide elements:** Prevent false positives by excluding dynamic elements, adsand animations from snapshots.23 1. **Activate tests for any page or post:** Upon activation, a reference screenshot is taken. This will be renewed when a post is saved or updated. 24 2. **VRTs monitors your pages:** Every day, VRTs captures and compares screenshots of your selected pages. Upgrade to Pro to automate tests for WordPress updates, integrate deployment pipelines via API, and run manual tests on demand. 25 3. **Receive instant alerts:** If a change is detected between the snapshot and the comparison screenshot, the plugin will notify you via email. 26 4. **Review changes:** The difference view makes it easy to spot changes, while the comparison slider lets you inspect the details. 27 5. **Hide elements:** Prevent false positives by excluding dynamic elements, ads, and animations from snapshots. 28 28 29 29 … … 42 42 = Features = 43 43 44 * **No setup:** After plugin activation, the frontpage is immediately monitored and alerts are sent to the WordPress admin email.44 * **No Setup:** After plugin activation, the frontpage is immediately monitored and alerts are sent to the WordPress admin email. 45 45 * **Daily Tests:** The plugin monitors selected posts and pages and compares screenshots daily. 46 * **Hide Elements:** Hide dynamic or irrelevant elements to prevent false positives in your Tests.46 * **Hide Elements:** Hide dynamic or irrelevant elements to prevent false positives in your tests. 47 47 * **Click Element:** Define an element that should be clicked before taking a screenshot. This is useful for closing cookie banners or modals. 48 48 * **Email Notifications:** As soon as a change is detected between the snapshot and the comparison screenshot, you will be notified via email. 49 49 * **Fullscreen Review:** Inspect changes up close using the difference view and comparison slider in fullscreen mode. 50 * **Read / Unread:** Keep track of Test results that require further attention by marking Alerts as unread.50 * **Read / Unread:** Keep track of test results that require further attention by marking alerts as unread. 51 51 * **Flag False Positives:** Identify acceptable changes or non-issues to minimize unnecessary notifications. 52 * **Update Automation (Pro):** Automatically trigger Tests on WordPress core , plugin, theme, or language updates andcatch any issues right away.53 * **Manual Testing (Pro):** Run Tests manually on demand, either for all configured pages or for specific pages, to verify any changes or global edits immediately.54 * **API integration (Pro):** Trigger Tests via PHP scripts or WP CLI for integration with other tools, deployment pipelinesor custom automations.52 * **Update Automation (Pro):** Automatically trigger tests on WordPress core, plugin, theme, or language updates and catch any issues right away. 53 * **Manual Testing (Pro):** Run tests manually on demand, either for all configured pages or for specific pages, to verify any changes or global edits immediately. 54 * **API Integration (Pro):** Trigger tests via PHP scripts or WP CLI for integration with other tools, deployment pipelines, or custom automations. 55 55 * **Customizable Notifications (Pro):** Specify email addresses for each trigger, to set up notifications for various teams or stakeholders. 56 56 57 57 58 58 = Free forever = 59 * test up to **3 pages**60 * on **one** domain61 * ** automatic daily** Tests59 * Test up to **3 pages** 60 * On **one** domain 61 * **Automatic daily** tests 62 62 63 63 64 64 = Go Pro = 65 65 66 Do you like VRTs and want to run more Tests?66 Do you like VRTs and want to run more tests? 67 67 Unlock more features with our paid plans: 68 68 69 * test up to **500 pages** in total70 * on **multiple** domains71 * **Scheduled daily** Tests69 * Test up to **500 pages** in total 70 * On **multiple** domains 71 * **Scheduled daily** tests 72 72 * **Multiple** alert recipient groups by alert type 73 * **Manual Tests** (unlimited)73 * **Manual tests** (unlimited) 74 74 * **API access** (unlimited) [Read the docs.](https://vrts.app/docs/) 75 * **Automatic Tests** after WordPress updates, Plugin updates and Plugin installations75 * **Automatic tests** after WordPress updates, plugin updates and plugin installations 76 76 77 77 [See pricing plans](https://vrts.app/pricing/) … … 97 97 = How does visual regression testing work? = 98 98 99 Tests can be done manually, pixel-by-pixel, DOM-based or AI-based. In all cases you compare an earlier website state with a newer website state. Our Visual Regression Tests Plugin takes periodical screenshots and compares them on a split screen.99 Tests can be done manually, pixel-by-pixel, DOM-based or AI-based. In all cases, you compare an earlier website state with a newer one. Our Visual Regression Tests Plugin takes periodical screenshots and compares them on a split screen. 100 100 101 101 = Why should I use a tool for visual regression tests? = … … 109 109 = Why are email notifications not working properly? = 110 110 111 If our external screenshot service can not access your WordPress installation directly, test status updates and sending emails will be handled by the WP-Cron system. In order to be notified by the plugin about new alerts, please make sure that your WordPress instance can send emails and that the WordPress cron system is set up correctly. The default configuration of the WordPress cron system does not work reliably if you cache your site heavily, do not have frequent visitors or do not use wp-admin regularly. In this case, you should [hook the WP-Cron into the system task scheduler](https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/), or use an external cron job scheduling service.111 If our external screenshot service cannot access your WordPress installation directly, test status updates and sending emails will be handled by the WP-Cron system. In order to be notified by the plugin about new alerts, please make sure that your WordPress instance can send emails and that the WordPress cron system is set up correctly. The default configuration of the WordPress cron system does not work reliably if you cache your site heavily, do not have frequent visitors or do not use wp-admin regularly. In this case, you should [hook the WP-Cron into the system task scheduler](https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/), or use an external cron job scheduling service. 112 112 113 113 = Does the plugin work with cookie consent banners? = … … 121 121 * Create a new blank page or post in WordPress. 122 122 * Set up a redirect from this page to your desired URL. 123 * Configure a Test for this page. The screenshotter will follow the redirect.123 * Configure a test for this page. The screenshotter will follow the redirect. 124 124 125 125 = How do I prevent screenshots from getting blocked? = … … 144 144 145 145 1. Open **Plugins > Add new** 146 2. Search for ** Visual Regression Tests**146 2. Search for **vrts** 147 147 3. Click **install and activate** the plugin 148 148 … … 173 173 174 174 1. Review changes using the difference view and comparison slider. 175 2. Get an overview of all past Test Runs, their Triggers and detected changes.176 3. Manage all your registered Test pages.177 4. Activate Tests right within the editor.178 5. Specify multiple alert recipients for each Trigger.179 6. Run unlimited Manual Tests at any time (Pro Feature).175 2. Get an overview of all past test runs, their triggers and detected changes. 176 3. Manage all your registered test pages. 177 4. Activate tests right within the editor. 178 5. Specify multiple alert recipients for each trigger (Pro Feature). 179 6. Run unlimited manual tests at any time (Pro Feature). 180 180 181 181 … … 184 184 = 2.0.0 = 185 185 * Introduced Runs 186 * New Test Review experience187 * Automatic Tests onWordPress and plugin updates188 * Customizable notification recipients for each Trigger186 * New test review experience 187 * Automatic tests for WordPress and plugin updates 188 * Customizable notification recipients for each trigger 189 189 190 190 = 1.9.1 = -
visual-regression-tests/trunk/readme.txt
r3178219 r3178550 21 21 How do you check your website after updates and code changes? Do you manually go through pages, or do you just cross your fingers, hoping everything will be okay? Visual regression testing provides a better way to spot issues and detect visual changes. The VRTs plugin automates testing for you with a click of a button. 22 22 23 1. **Activate Tests for any page or post:** Upon activation, a reference screenshot is taken. This will be renewed when a post is saved or updated.24 2. **VRTs monitors your pages:** Every day, VRTs captures and compares screenshots of your selected pages. Upgrade to Pro to automate Tests for WordPress updates, integrate deployment pipelines via API, and run Manual Tests on demand.25 2. **Receive instant alerts:** If a change is detected between the snapshot and the comparison screenshot, the plugin will notify you via email.26 3. **Review changes:** The difference view makes it easy to spot changes, while the comparison slider lets you inspect the details.27 4. **Hide elements:** Prevent false positives by excluding dynamic elements, adsand animations from snapshots.23 1. **Activate tests for any page or post:** Upon activation, a reference screenshot is taken. This will be renewed when a post is saved or updated. 24 2. **VRTs monitors your pages:** Every day, VRTs captures and compares screenshots of your selected pages. Upgrade to Pro to automate tests for WordPress updates, integrate deployment pipelines via API, and run manual tests on demand. 25 3. **Receive instant alerts:** If a change is detected between the snapshot and the comparison screenshot, the plugin will notify you via email. 26 4. **Review changes:** The difference view makes it easy to spot changes, while the comparison slider lets you inspect the details. 27 5. **Hide elements:** Prevent false positives by excluding dynamic elements, ads, and animations from snapshots. 28 28 29 29 … … 42 42 = Features = 43 43 44 * **No setup:** After plugin activation, the frontpage is immediately monitored and alerts are sent to the WordPress admin email.44 * **No Setup:** After plugin activation, the frontpage is immediately monitored and alerts are sent to the WordPress admin email. 45 45 * **Daily Tests:** The plugin monitors selected posts and pages and compares screenshots daily. 46 * **Hide Elements:** Hide dynamic or irrelevant elements to prevent false positives in your Tests.46 * **Hide Elements:** Hide dynamic or irrelevant elements to prevent false positives in your tests. 47 47 * **Click Element:** Define an element that should be clicked before taking a screenshot. This is useful for closing cookie banners or modals. 48 48 * **Email Notifications:** As soon as a change is detected between the snapshot and the comparison screenshot, you will be notified via email. 49 49 * **Fullscreen Review:** Inspect changes up close using the difference view and comparison slider in fullscreen mode. 50 * **Read / Unread:** Keep track of Test results that require further attention by marking Alerts as unread.50 * **Read / Unread:** Keep track of test results that require further attention by marking alerts as unread. 51 51 * **Flag False Positives:** Identify acceptable changes or non-issues to minimize unnecessary notifications. 52 * **Update Automation (Pro):** Automatically trigger Tests on WordPress core , plugin, theme, or language updates andcatch any issues right away.53 * **Manual Testing (Pro):** Run Tests manually on demand, either for all configured pages or for specific pages, to verify any changes or global edits immediately.54 * **API integration (Pro):** Trigger Tests via PHP scripts or WP CLI for integration with other tools, deployment pipelinesor custom automations.52 * **Update Automation (Pro):** Automatically trigger tests on WordPress core, plugin, theme, or language updates and catch any issues right away. 53 * **Manual Testing (Pro):** Run tests manually on demand, either for all configured pages or for specific pages, to verify any changes or global edits immediately. 54 * **API Integration (Pro):** Trigger tests via PHP scripts or WP CLI for integration with other tools, deployment pipelines, or custom automations. 55 55 * **Customizable Notifications (Pro):** Specify email addresses for each trigger, to set up notifications for various teams or stakeholders. 56 56 57 57 58 58 = Free forever = 59 * test up to **3 pages**60 * on **one** domain61 * ** automatic daily** Tests59 * Test up to **3 pages** 60 * On **one** domain 61 * **Automatic daily** tests 62 62 63 63 64 64 = Go Pro = 65 65 66 Do you like VRTs and want to run more Tests?66 Do you like VRTs and want to run more tests? 67 67 Unlock more features with our paid plans: 68 68 69 * test up to **500 pages** in total70 * on **multiple** domains71 * **Scheduled daily** Tests69 * Test up to **500 pages** in total 70 * On **multiple** domains 71 * **Scheduled daily** tests 72 72 * **Multiple** alert recipient groups by alert type 73 * **Manual Tests** (unlimited)73 * **Manual tests** (unlimited) 74 74 * **API access** (unlimited) [Read the docs.](https://vrts.app/docs/) 75 * **Automatic Tests** after WordPress updates, Plugin updates and Plugin installations75 * **Automatic tests** after WordPress updates, plugin updates and plugin installations 76 76 77 77 [See pricing plans](https://vrts.app/pricing/) … … 97 97 = How does visual regression testing work? = 98 98 99 Tests can be done manually, pixel-by-pixel, DOM-based or AI-based. In all cases you compare an earlier website state with a newer website state. Our Visual Regression Tests Plugin takes periodical screenshots and compares them on a split screen.99 Tests can be done manually, pixel-by-pixel, DOM-based or AI-based. In all cases, you compare an earlier website state with a newer one. Our Visual Regression Tests Plugin takes periodical screenshots and compares them on a split screen. 100 100 101 101 = Why should I use a tool for visual regression tests? = … … 109 109 = Why are email notifications not working properly? = 110 110 111 If our external screenshot service can not access your WordPress installation directly, test status updates and sending emails will be handled by the WP-Cron system. In order to be notified by the plugin about new alerts, please make sure that your WordPress instance can send emails and that the WordPress cron system is set up correctly. The default configuration of the WordPress cron system does not work reliably if you cache your site heavily, do not have frequent visitors or do not use wp-admin regularly. In this case, you should [hook the WP-Cron into the system task scheduler](https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/), or use an external cron job scheduling service.111 If our external screenshot service cannot access your WordPress installation directly, test status updates and sending emails will be handled by the WP-Cron system. In order to be notified by the plugin about new alerts, please make sure that your WordPress instance can send emails and that the WordPress cron system is set up correctly. The default configuration of the WordPress cron system does not work reliably if you cache your site heavily, do not have frequent visitors or do not use wp-admin regularly. In this case, you should [hook the WP-Cron into the system task scheduler](https://developer.wordpress.org/plugins/cron/hooking-wp-cron-into-the-system-task-scheduler/), or use an external cron job scheduling service. 112 112 113 113 = Does the plugin work with cookie consent banners? = … … 121 121 * Create a new blank page or post in WordPress. 122 122 * Set up a redirect from this page to your desired URL. 123 * Configure a Test for this page. The screenshotter will follow the redirect.123 * Configure a test for this page. The screenshotter will follow the redirect. 124 124 125 125 = How do I prevent screenshots from getting blocked? = … … 144 144 145 145 1. Open **Plugins > Add new** 146 2. Search for ** Visual Regression Tests**146 2. Search for **vrts** 147 147 3. Click **install and activate** the plugin 148 148 … … 173 173 174 174 1. Review changes using the difference view and comparison slider. 175 2. Get an overview of all past Test Runs, their Triggers and detected changes.176 3. Manage all your registered Test pages.177 4. Activate Tests right within the editor.178 5. Specify multiple alert recipients for each Trigger.179 6. Run unlimited Manual Tests at any time (Pro Feature).175 2. Get an overview of all past test runs, their triggers and detected changes. 176 3. Manage all your registered test pages. 177 4. Activate tests right within the editor. 178 5. Specify multiple alert recipients for each trigger (Pro Feature). 179 6. Run unlimited manual tests at any time (Pro Feature). 180 180 181 181 … … 184 184 = 2.0.0 = 185 185 * Introduced Runs 186 * New Test Review experience187 * Automatic Tests onWordPress and plugin updates188 * Customizable notification recipients for each Trigger186 * New test review experience 187 * Automatic tests for WordPress and plugin updates 188 * Customizable notification recipients for each trigger 189 189 190 190 = 1.9.1 =
Note: See TracChangeset
for help on using the changeset viewer.