Visual regression test for components using BackstopJs.
This repository facilitates visual regression testing for components using BackstopJS. The tests are designed to ensure visual consistency across different components and brands within the application.
Test URL
https://nova.pmcdev.io/backstop/tvline/card (opens in a new tab)
Usage
Run Tests for All Components and Brands
npm run backstopRun Tests for All Components with Specific Brands
npm run backstop --brands=tvline,indiewireRun Tests for Specific Components with All Brands
npm run backstop --components=template-homepage,template-archiveRun Tests for Specific Components with Specific Brands
npm run backstop --components=template-homepage,template-archive --brands=tvline,indiewire