GithubHelp home page GithubHelp logo

whatasoda / jest-snapshot-saga Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 470 KB

jest-snapshot-sage is a utility library for testing complex react components, especially whose feature required to operate beyond re-rendering.

License: MIT License

JavaScript 4.85% TypeScript 93.71% Shell 1.45%

jest-snapshot-saga's Introduction

jest-snapshot-saga

npm version

๐Ÿšจ This library is NOT an alternative for E2E test. ๐Ÿšจ

jest-snapshot-sage is a utility library for testing complex react components, especially whose feature required to operate beyond re-rendering.

Do keep watching snapshots and assess the changes are acceptable. Only what jest-snapshot-saga does is catching the changes in behavior.

Basic Idea

Incidents which developers have to catch could be categorized as external and internal factors. In the case of React components, external ones are from browser and backend, and internal ones are the implementation itself of components. For external ones, we should use E2E test. But we can treat most internal factors without E2E.

The first step to catch incidents from internal factors is to keep watching the changes of component behaviors. If we know all the changes, we can judge whether they cause incidents. jest-snapshot-saga helps you to watch them via including almost all of the behaviors of a component to snapshot.

Since jest-snapshot-saga requires developers to assess snapshots correctly, it may not work with individuals or some teams, who have no code review. However, if you have enough reviews, you can reduce the cost of testing because you need no more assertion parts in test files. Also, you get another convenience in code review, that you can see behaviors of components in GitHub.

Usage

npm i -D jest-snapshot-saga jest @testing-library/react
npm i react react-dom styled-components

Development

TBD

LICENSE

MIT

jest-snapshot-saga's People

Contributors

whatasoda avatar homerchen19 avatar

Stargazers

Dendi Suhubdy avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.