Changes between Initial Version and Version 1 of Ticket #49606
- Timestamp:
- 03/09/2020 10:12:28 AM (5 years ago)
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.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. 2 2 3 3 What tools to use? 4 4 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: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: 6 6 7 7 * BackstopJS is an out-of-the-box solution that doesn't require a huge amount of setup: [https://github.com/garris/BackstopJS]