Playwright Test image comparisons and validation – Part 2
Part 2 – Comparing run time images In the previous article on Playwright Test image comparisons and validation we focused on the .toHaveScreenshot() method. This method allows us to visually compare how elements of our application look now against previously captured baseline “golden” reference images. I [...]
Playwright Test image comparisons and validation – Part 1
Part 1 Exploring Visual Regression Testing with Playwright Test Visual regression testing allows you to automatically detect visual changes in your application, ensuring that new code doesn’t inadvertently alter the user interface in unexpected ways. Playwright Test expands upon the web automation provided by the Playwright [...]
Pipeline to Run Docker Container & Execute Cypress Tests against it
In this Blog, we are going to show you how to create a pipeline in Azure DevOps (ADO) that: Fetches our Cypress automated tests from the project repository Logs in to Docker Hub Pulls & Runs our Docker image from Docker Hub, which is a web [...]
UFT with Azure DevOps Pipelines
Integrating UFT with Azure DevOps Pipelines In this blog our trainer - Steve Powell has a created a video for you that takes you step-by-step through creating an Azure DevOps (ADO) release pipeline to execute your Microfocus UFT automated test cases. The principles are the [...]
Cypress YAML Pipeline in Azure DevOps
How to create an Azure DevOps pipeline using YAML Introduction In this blog we look at how to create a Cypress pipeline in Azure DevOps (ADO) to execute our test cases and produce results. In our training course we look at creating a simple pipeline in [...]
Cypress GitHub Action to Execute Tests
Introduction Cypress is an amazing new open source web testing tool, and it integrates really well with Continuous Integration Tools, but you can make executing your tests in the cloud even easier by using a GitHub Action that the Cypress team has written for you! I've [...]