1.0.1 • Published 4 years ago

@styla/visual-testing v1.0.1

Weekly downloads
-
License
-
Repository
github
Last release
4 years ago

Visual Testing

Runs visual tests against all configured NLE magazines from mink settings and a custom list of landing pages.

How to start

git clone git@github.com:styladev/visual-testing-ts.git
cd visual-testing-ts
docker-compose up --build

without docker:

git clone git@github.com:styladev/visual-testing-ts.git
cd visual-testing-ts
npm install
npm run build && npm run serve

Add new landing pages

Within the area-service.ts the list of landing pages can be extended.

Check for problems

To keep the original images of canary, production and the comparison switch cleanScreenshots: true to cleanScreenshots: false and check the screenshots folder.