Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 648 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 648 Bytes

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