Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)