Skip to content

zumerlab/zumerbox-tests

Repository files navigation

@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 for more information and tools.

Installation

npm install @zumerbox/tests --save-dev

Usage

npx @zumerbox/tests

Credits

This tool es powered by Jest (https://jestjs.io/)