- Issue created by @charginghawk
- πΊπΈUnited States cpierce42
Core has nightwatch as optional test running. Could that be extended to use the Visual Regression testing add on?
Automatic visual regression testing is useful for any site that has deployments, but it would be especially useful on a site like api.drupal.org, which has static content. You can test that the content remains the same across different deployments. It would have caught many current issues before they were released.
There are a variety of automatic visual regression testing services, TestSigma, Saucelabs, Applitools, BrowserStack. There is Diffy that supports Drupal specifically. You can also build your own automatic visual regression testing using tools like selenium and BackstopJS.
Pick an approach
Implement it
Active
2.0
User interface
Core has nightwatch as optional test running. Could that be extended to use the Visual Regression testing add on?