Skip to content

Commit 3bb08a1

Browse files
committed
Update readme
1 parent a755b0e commit 3bb08a1

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.gitattributes

README.md

-44 Bytes

Folder Structure

demo/
├── ImageTester_3.8.0.jar   ← the tool
├── before/
│   ├── sample.png               ← original image
│   └── sample.pdf               ← original PDF
├── after/
│   ├── sample.png               ← changed image
│   └── sample.pdf               ← changed PDF
└── README.md                    ← this file
├── ImageTester_3.8.0.jar 
├── after/
│   ├── images/
│   │   └── Before_And_After.png
│   └── pdfs/
│       └── visual_testing_best_practices.pdf
├── before/
│   ├── images/
│   │   └── Before_And_After.png
│   └── pdfs/
│       └── visual_testing_best_practices.pdf
└── README.md

Prerequisites

  • Java 8 or later installed (java -version to verify)
  • An Applitools account — sign up here if you don't have one
  • Your Applitools API key from the Applitools dashboard

0 commit comments

Comments
 (0)