https://github.com/morsdyce/visual-regressions-puppeteer
https://github.com/morsdyce/visual-regressions-puppeteer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/morsdyce/visual-regressions-puppeteer
- Owner: morsdyce
- Created: 2021-05-09T10:29:55.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T10:30:18.000Z (almost 4 years ago)
- Last Synced: 2025-01-24T09:41:38.344Z (3 months ago)
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Visual regression for fe-ui-core
This is a docker base image for visual regression testing against storybook.
This image contains a working chrome installation (via puppeteer) which runs via storycap in parallel to save screnshots to a local volume.
### How to run
You must mount a directory to `/opt/integration` with the following:
1. A storybook build in `integration/storybook-build`
2. screenshot directory in `integration/__screenshots__`a full command should look like this:
`docker run --rm -v integration:/opt/integration fe-ui-core-visual-regressions`