Problem/Motivation

We have visual regression testing on the UI Kit so we know what has changed visually when deploying changes.
Monorepo does not have this check in place relying on QA to notice any visual regressions.

Proposed resolution

1. Add tool that runs visual regression testing on CI (monorepo uses circle ci)
2. This tool should:
- Take screenshots of same content on feature branch
- compare against a baseline on develop branch (downloading this artifact from circle CI artifacts)
- Upload this visual regression to netlify
- post comment linking to visual regression on PR
- generate baseline every time a feature is merged into develop

Comments

richardgaunt created an issue. See original summary.

richardgaunt’s picture

Added PR: https://github.com/civictheme/monorepo-drupal/pull/1473

And merged for testing (requires baseline) to test.

richardgaunt’s picture

Status: Active » Needs review

  • 3fe4bb09 committed on 1.x
    #3576099 Added visual regression to monorepo. (#1473)
    
fionamorrison23’s picture

richardgaunt’s picture

Status: Needs review » Reviewed & tested by the community
richardgaunt’s picture

Version: 1.x-dev » 1.13.0
Assigned: richardgaunt » Unassigned
Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.