Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Visual Regression Testing with Cypress

Visual Regression Testing with Cypress

LINE DevDay 2020

November 26, 2020
Tweet

More Decks by LINE DevDay 2020

Other Decks in Technology

Transcript

  1. Screenshots When running Cypress for the first time. It creates

    the image snapshot files. These file should be added to the source control. (git)
  2. Screenshots After code change, we run Cypress again. If it

    finds difference between the images, a “diff” image file will be generated.
  3. Platform While running in different platforms (Mac / Windows). The

    rendering font is different › Run Cypress on a CI server instead of a local device.
  4. Visual Regression Testing with Cypress With very easy setups we

    bring much confidence with each commit.