Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #49606


Ignore:
Timestamp:
03/09/2020 10:12:28 AM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49606 – Description

    initial v1  
    1 This idea came up during discussion about the upcoming CSS audit [#49582]. If we have a suite of visual regression tests in place, it will give us confidence to make changes to existing CSS without breaking anything.
     1This idea came up during discussion about the upcoming CSS audit #49582. If we have a suite of visual regression tests in place, it will give us confidence to make changes to existing CSS without breaking anything.
    22
    33What tools to use?
    44
    5 We're in the process of adding e2e tests to core: [#49507] and these are using Puppeteer and Jest, so it would be nice for visual regression testing to follow along the same lines. There are a few options to look into:
     5We're in the process of adding e2e tests to core: #49507 and these are using Puppeteer and Jest, so it would be nice for visual regression testing to follow along the same lines. There are a few options to look into:
    66
    77* BackstopJS is an out-of-the-box solution that doesn't require a huge amount of setup: [https://github.com/garris/BackstopJS]