Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zumerlab/zumerbox-tests
A zumerBox tool for unit and visual testing files
https://github.com/zumerlab/zumerbox-tests
jest testing-tools unit-testing visual-testing zumerbox
Last synced: 19 days ago
JSON representation
A zumerBox tool for unit and visual testing files
- Host: GitHub
- URL: https://github.com/zumerlab/zumerbox-tests
- Owner: zumerlab
- License: mit
- Created: 2024-03-21T09:33:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:25:39.000Z (10 months ago)
- Last Synced: 2024-12-19T06:12:53.073Z (23 days ago)
- Topics: jest, testing-tools, unit-testing, visual-testing, zumerbox
- Language: JavaScript
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# @zumerbox/tests
This tool simplifies the process of running Jest tests for your project, including visual tests with image snapshots. It provides a convenient way to execute Jest with custom configuration and setup files, allowing you to run tests with ease.
Visual test are a convenient way to test UI. In this case, image snapshoots are compared to detect changes.
Refer to the [ZumerBox bundle](https://github.com/zumerlab/zumerbox) for more information and tools.
## Installation
```bash
npm install @zumerbox/tests --save-dev
```## Usage
```bash
npx @zumerbox/tests
```## Credits
This tool es powered by Jest (https://jestjs.io/)