1.0.0 • Published 4 years ago

backstop-schematics v1.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

BackstopJS Angular Schematics

This repository is an Angular Schematic for BackstopJS. This library dose visual regression testing automation of your responsive web UI by comparing DOM screenshots over time.

Quick Start

ng add backstop-schematics

Don't forget that you need runt npm run backstop:test and npm run backstop:approve to create refrence screenshots right after installation.

Usage

# to run test
npm run backstop:test

# to make current scrreenshot to be a 'refrence' screenshots
npm run backstop:approve

For everything else plz refer to official BackstopJS documentaion https://github.com/garris/BackstopJS