Automating your QA through Visual Regression testing

Do you recall our Cowboy Coding days and how repetitive, slow, and costly some of our processes were? Thanks to newer tools and the ability to automate the QA process we can save time, frustration, and money.

This session is an introduction to Continuous Integration and Deployment (CI/CD) in automating the QA process of visually comparing changes after a WordPress core, plugin, or theme update. We will utilize the new GitHub Actions for the CI/CD and BackstopJS to compare the difference after a change.

What You’ll Learn

  • Automation / CI / CD
  • What is Visual regression
  • Visual Regression tools
  • Its limitations
  • BackstopJS
  • Sample Setup