🎬 The source for Point-Free, a video series on functional programming and the Swift programming language.
functional-programming server-side-swift snapshot-testing swift-playgrounds educationDiffing snapshot utility for Jest. Takes two values, and return their difference as a string, ready to be snapshotted with toMatchSnapshot(). Especially helpful when testing the difference between different React component states.
snapshot snapshot-testing jest reactJest Snapshot Testing for React Styleguidist. In v4, snapshots have been renamed to .sg (as opposed to .snap) to avoid conflicts with Jest, and improve compatibility with create-react-app.
snapshot-testing jest react styleguidistThis trait allows you to use Jest-like snapshot testing in your PHPUnit tests.It is a very basic trait and is only meant to snapshot JSON-encodable structures, not complex objects and such.
snapshot snapshot-testing phpunitPresentational snapshot testing for React components.
react snapshot-testing react-componentSimple golang snapshot testing: test that your changes don't unexpectedly alter the results of your code.cupaloy takes a snapshot of a given value and compares it to a snapshot committed alongside your tests. If the values don't match then you'll be forced to update the snapshot file before the test passes.
testing snapshot-testing test-frameworkA shared set of UI Components using React and CSS Modules. To use this in your project start at the usage section. If you'd like to add to this library skip to component development.
react storybook snapshot-testing atomic-designSnapshot testing is a compelling feature but sometimes it isn't possible to port large projects to tools like Jest. Snapshotter is designed to work within an existing Tape/Enzyme setup while providing some basic snapshot functionality. Create a snapshots folder (e.g. mkdir test/snapshots) and add it to package.json. If you do not specify a folder, Snapshotter will default to test/snapshots.
react react-native enzyme tape snapshot-testingThis tool makes snapshot testing for Mocha (and other BDD) frameworks quick and painless. This module spies on global it function, which allows it to accurately get test information (beating static code parsing done in snap-shot); it should work in transpiled code. This package uses snap-shot-compare to display object and text difference intelligently.
bdd tdd mocha snapshot snapshot-testing test testing snap-shotAs in "expect generator...". An assertion / snapshot library for testing iterators and generators. It was designed for, and works particularly well with, redux-saga but can be used for anything that uses generators. Expect Gen is heading towards v1. The following items still need to go in before then. Please open issues for other v1 requirements you find.
generators redux-saga redux-saga-testing generator-testing testing-sagas unit-testing snapshot-testing testingOn the first run, the test runner will create a new snapshot. On subsequent runs, the test will pass as long as the snapshot doesn't change.
phpunit testing snapshot-testingTests should not run in fork mode. If they do, prompting for snapshots update won't work and you will have to remove them manually. This is a totally optional step and you should add only if you have issues when prompting for an update.
snapshot-testing snapshot scalatest json play-json scalatest-snapshot-matchers fixture-test matcher unittestAutomatically record app data into test assertions. Snapshot tests capture the entirety of a data structure and cover far more surface area than a typical unit test. The design of this library has been covered in "Snapshot Testing in Swift".
testing snapshot-testing screenshot-testingThis is a demonstration repository to explain how to introduce visual regression testing into your project. I'm working on a huge SPA(Single Page Application) project as a front-end developer. Day and day we've created a number of components and wrote test codes for them, and we were tired out from writing assertions for DOM to be rendered.
testing snapshot-testing visual-testing puppeteerA macOs application that shows the failing snapshot tests from FBSnapshotTestCase because it's a pain to parse the console logs by myself. I've been using an amazing plugin to check the failing test's snapshots, but unfortunately, with Xcode 8 the plugins are not officially supported anymore, so I've decided to build an app which will work regardless Apple's decisions about Xcode and plugins ecosystem.
snapshot-testing xcode toolA re-build of the current SparkPost web app using React and Redux. This project uses npm6, so upgrade if you haven't.
react redux ui-design react-router jest snapshot-testingopticlj is a Clojure(Script) expectation testing (also known as snapshot testing) library. Expectations, or snapshots, is an automated testing strategy that captures the output of a program as a reference to its correctness. In contrast to unit testing, snapshots don't require the programmer to specify the correct output of their program but instead to verify the output.
snapshot-testing test-strategy testing replDownload the latest version (v.5.1.0) of the single header file here. Also known as Golden Master Tests or Snapshot Testing, Approval Tests are an alternative to asserts. If you are unfamiliar with them, we have an overview and a tutorial.
c-plus-plus cpp11 testing header-only single-file approval-test approval-testing regression-testing golden-master snapshot-testing
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.