Succss
Succss copied to clipboard
A CSS regression testing tool.
When succss creates ".png" files, it is in fact JPGs! A `file theFile.png` command tells: `JPEG image data, JFIF standard 1.01`
Is it possible to get succss to automatically open the failed images after completing a 'check' run? On MacOS for example, we'd need to run "open [path/to/diff]" for each failure....
Tryed all versions and beta to. What I'm missing? ``` Traceback (most recent call last): File "/usr/bin/succss", line 88, in call(allArgs) File "/usr/lib/python2.7/subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait()...
Run succss in command line Return: ``` Traceback (most recent call last): File "C:\Users\Oleg\AppData\Roaming\npm\\node_modules\succss\bin\succss.py", line 25, in call(requiredArgs) File "c:\Program Files\Python 2.7\Lib\subprocess.py", line 522, in call return Popen(*popenargs, **kwargs).wait() File...
The command line should return a non 0 value if check fails.