Skip to content

varung-optimus/pixelcompare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pixelcompare

A testing framework for pixel level matching of webapps and mobile apps.

Dependencies

It requires python's termcolor module to be installed on the system before running.

Installing termcolor

  • Install pip.

    sudo apt-get install python-pip

  • Install termcolor using pip.

    sudo pip install termcolor

Running Project

  • Update Config.json and Devices.json

  • Initialize your project.

    python init.py <your-config-file-path> <your-devices-file-path>

  • Watch for missing source files.

    python watch.py <your-config-file-path> <your-devices-file-path>

  • Compare screenshots with source files. - COMMING SOON!

About

A testing framework for pixel level matching.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 46.9%
  • JavaScript 25.3%
  • HTML 19.2%
  • Java 7.2%
  • CSS 1.4%