Skip to content
/ jviff Public

Find visual differences between web pages in different environments

License

Notifications You must be signed in to change notification settings

htynkn/jviff

Repository files navigation

Build Status Maintainer Status Coverage Status Maven Central Apache 2

JViff

Find visual differences between web pages in different environments.

I try to use a tool named viff to help me find the different with two web page.

I find it's hard to use it because there are so many dependencies and some of them are very hard to install.

so I create a small tool to do this job. The only dependency of this tool is a firefox.

How to use

  • create your own config file like this one:
envHosts:
  - http://localhost:7777/normal/
  - http://localhost:7777/diff/

scripts:
  - "open 1.html record"

outputDir: C:\Users\user\AppData\Local\Temp\jviff
  • download jviff standalone runner Download.

  • run

java -jar jviff-0.0.2-standalone.jar -c config.yaml
  • you will have a html report in your output dir

About

Find visual differences between web pages in different environments

Resources

License

Stars

Watchers

Forks

Packages

No packages published