Nova
Visual Regression Testing

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 backstop

Run Tests for All Components with Specific Brands

npm run backstop --brands=tvline,indiewire

Run Tests for Specific Components with All Brands

npm run backstop --components=template-homepage,template-archive

Run Tests for Specific Components with Specific Brands

npm run backstop --components=template-homepage,template-archive --brands=tvline,indiewire