0.0.36 • Published 11 months ago

genauigkeit v0.0.36

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

genauigkeit

Visual Regression Testing for Storybook

genauigkeit (German for "accuracy") is a library that simplifies visual regression testing for your components in Storybook. It leverages the power of concurrency and Docker containers to ensure fast and reliable tests.

Key Features

  • Fast: Concurrent testing significantly reduces test execution time.
  • Local: Run tests locally without the need for a cloud service.
  • Reliable: Docker containers provide a consistent isolated environment for screenshot generation, eliminating environmental discrepancies.
  • Easy to Use: Integrate genauigkeit seamlessly into your existing Storybook workflow.

Requirements

  • Node.js 20 or higher
  • Docker

Installation

npx nypm add genauigkeit

Usage

Generate a configuration file by running the following command:

npx genauigkeit init

Generate References

To generate reference screenshots, execute the following command:

npx genauigkeit generate

Run Tests

To run tests, execute the following command:

npx genauigkeit test

package.json

You can also add scripts to your package.json:

{
    "scripts": {
        "genauigkeit:generate": "genauigkeit generate",
        "genauigkeit:test": "genauigkeit test"
    }
}

Contributing

We welcome contributions! Please refer to the contribution guidelines before submitting a pull request.

License

This project is licensed under the MIT License.

0.0.35

11 months ago

0.0.36

11 months ago

0.0.33

12 months ago

0.0.34

11 months ago

0.0.30

12 months ago

0.0.31

12 months ago

0.0.32

12 months ago

0.0.29

12 months ago

0.0.25

1 year ago

0.0.26

1 year ago

0.0.27

1 year ago

0.0.28

1 year ago

0.0.24

1 year ago

0.0.22

1 year ago

0.0.23

1 year ago

0.0.20

1 year ago

0.0.21

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago

0.0.16

1 year ago

0.0.15

1 year ago

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago