This monorepo contains the client packages you need to work with the shutter.sh visual snapshotting service.
Documentation
Find the documentation at https://docs.shutter.sh. It contains user-centric documentation and the Getting Started guide.
The sources of the documentation website can be found in ./docs. Open an issue or a pull request to propose changes to the documentation.
End user packages
@shutter/react
The React component snapshotting package. Use it to write visual regression tests for your React UI.
@shutter/vue
The Vue component snapshotting package. Use it to write visual regression tests for your Vue.js UI.
@shutter/core
The bare framework-agnostic HTML snapshotting package. It is the base of @shutter/react
and potential future framework-specific packages.
shutter
The command line tool. Use it to log in to your account in the terminal. Allows updating the local snapshots easily when your components change.
License
MIT