@codechecks/vis-reg

<p align="center"> <h3 align="center">Visual Regression</h3> <p align="center">Visual Regression on GitHub</p>

Usage no npm install needed!

<script type="module">
  import codechecksVisReg from 'https://cdn.skypack.dev/@codechecks/vis-reg';
</script>

README

Visual Regression

Visual Regression on GitHub

Build Status Software License codechecks.io

Install

npm install --save-dev @codechecks/vis-reg

Usage

Are you new to codechecks? Check out getting started guide (it's simple)!

Add to your codechecks.yml file:

checks:
  - name: vis-reg
    options:
      collectionName: "E2E" # arbitrary name, for example: e2e, storybook
      imagesPath: "./images/" # path when current images are stored
  # ...

API

Contributing

All contributions are welcomed. Read more in CONTRIBUTING.md

Licence

MIT @ codechecks.io