Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 647 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 647 Bytes

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!