A testing framework for pixel level matching of webapps and mobile apps.
It requires python's termcolor module to be installed on the system before running.
-
Install pip.
sudo apt-get install python-pip
-
Install termcolor using pip.
sudo pip install termcolor
-
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!