Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 545 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 545 Bytes

Visual Regression Test

Please check Documentation for the instructions.

Use

  1. Install:

    npm i -g regressify
  2. Manual Set up all test and config files in the visual_tests folder and place it at the root of the project, or automatically add it using the command:

    regressify init
  3. Add to scripts in package.json:

     "ref": "regressify ref",
     "approve": "regressify approve",
     "test": "regressify test"