Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 661 Bytes

VISUAL-COMPARE.md

File metadata and controls

20 lines (18 loc) · 661 Bytes

Visual Compare Tool

Introduction

For visually comparing web pages to find differences between them.

How to use

  1. Install Docker
  2. Run docker run -d -p 3001:3001 satyadeepm/web-tools:latest
  3. OR if you don't want to use Docker, just synch this repository and execute the following:
    $ npm i
    $ npx playwright install
    $ npx playwright install-deps
    $ node app.js
    
  4. Open http://localhost:3001/visual-compare/visual-compare.html in your browser.
  5. Provide inputs Local Image
  6. Review the screenshots Local Image