Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shakyshane/wdifu

What did I f*** up?
https://github.com/shakyshane/wdifu

Last synced: about 1 month ago
JSON representation

What did I f*** up?

Awesome Lists containing this project

README

        

#wdifu

So, you want to run a CSS regression test against two commits, but without having to store the
actual screen shots in the repo? Of course you do. What you really want is this, right?

```bash
$ wdifu local.dev 320px
```

##What...

Given two commit hashes, a url & a width, this tool will do the following:

* checkout the first commit
* screen grab the entire page
* checkout the second commit
* screen grab that page aswell
* do a detailed diff on all screen shots
* produce a HTML/JSON output report showing the conflicts (complete with fancy overlays and sh*t)