Created
February 16, 2020 06:01
-
-
Save randalvance/eaf346a7cd6258cbd54de230ae6c6b5d to your computer and use it in GitHub Desktop.
Medium Article - React Visual Testing with Cypress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// <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