Skip to content

Instantly share code, notes, and snippets.

@randalvance
Created February 16, 2020 06:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randalvance/eaf346a7cd6258cbd54de230ae6c6b5d to your computer and use it in GitHub Desktop.
Save randalvance/eaf346a7cd6258cbd54de230ae6c6b5d to your computer and use it in GitHub Desktop.
Medium Article - React Visual Testing with Cypress
/// <reference types="cypress" />
import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command';
addMatchImageSnapshotCommand();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment