Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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?
- Host: GitHub
- URL: https://github.com/shakyshane/wdifu
- Owner: shakyShane
- Created: 2014-11-11T22:14:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T23:32:36.000Z (about 10 years ago)
- Last Synced: 2024-04-14T07:49:51.007Z (9 months ago)
- Language: C++
- Size: 879 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
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)