https://github.com/shuttersh/shutter
📸 Shutter visual snapshot testing packages
https://github.com/shuttersh/shutter
react shutter testing visual
Last synced: over 1 year ago
JSON representation
📸 Shutter visual snapshot testing packages
- Host: GitHub
- URL: https://github.com/shuttersh/shutter
- Owner: shuttersh
- License: mit
- Created: 2018-05-28T19:08:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-30T15:05:01.000Z (over 7 years ago)
- Last Synced: 2025-02-26T09:40:42.239Z (over 1 year ago)
- Topics: react, shutter, testing, visual
- Language: TypeScript
- Homepage: https://docs.shutter.sh/
- Size: 985 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Shutter.sh Client Packages [](https://travis-ci.org/shuttersh/shutter)
This monorepo contains the client packages you need to work with the [shutter.sh](https://shutter.sh/) visual snapshotting service.
* [**Homepage**](https://shutter.sh/)
* [**Documentation**](https://docs.shutter.sh)
* [**Dashboard**](https://shutter.sh/dashboard)
## Documentation
Find the documentation at . It contains user-centric documentation and the *Getting Started* guide.
The sources of the documentation website can be found in [./docs](./docs). Open an issue or a pull request to propose changes to the documentation.
## End user packages
### [@shutter/react](./packages/react/README.md)
The React component snapshotting package. Use it to write visual regression tests for your React UI.
### [@shutter/vue](./packages/vue/README.md)
The Vue component snapshotting package. Use it to write visual regression tests for your Vue.js UI.
### [@shutter/core](./packages/core/README.md)
The bare framework-agnostic HTML snapshotting package. It is the base of `@shutter/react` and potential future framework-specific packages.
### [shutter](./packages/shutter/README.md)
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