From 546809bc1fee4387aecd3d3efad11b2931a6bb5e Mon Sep 17 00:00:00 2001 From: Ramazan Yilmaz Date: Tue, 5 Dec 2023 14:53:19 +0100 Subject: [PATCH] Trigger action --- .../2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md b/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md index c1637ed..8c06517 100644 --- a/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md +++ b/docs/_posts/2023-12-06-UI-Testing-Sitecore-pages-with-BackstopJS.md @@ -15,7 +15,7 @@ author: ryilmaz Photo by Pixabay on Pexels ## Introduction -Are you bored/annoyed by unrecognized UI changes? Are you still wasting time making sure your changes are not crashing something? Use BackstopJS as an option to improve your regression testing process locally and in your CI/CD process. We tried it out and developed this application that now makes our lives easier. +Are you annoyed by unrecognized UI changes? Are you still wasting time making sure your changes are not crashing something? Use BackstopJS as an option to improve your regression testing process locally and in your CI/CD process. We tried it out and developed this application that now makes our lives easier. ## Usage of BackstopJS BackstopJS runs through a predefined list of pages on a website, takes screenshots, and compares these screenshots to highlight any changes. It can be run locally and can be easily integrated into a pipeline.