@styla/visual-testing
v1.0.1
Published
Automatic visual testing tool
Downloads
1
Keywords
Readme
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 [email protected]:styladev/visual-testing-ts.git
cd visual-testing-ts
docker-compose up --build
without docker:
git clone [email protected]: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.