Skip to content

Commit

Permalink
Updating the README re pdifftests
Browse files Browse the repository at this point in the history
  • Loading branch information
tavinathanson committed Nov 13, 2014
1 parent 2f88702 commit d645307
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,15 @@ CycleDash uses dpxdt for perceptual diff testing. To update the reference screen
dpxdt update __tests__/pdifftests
```

To determine whether there are any pixels that have changed before/after, and to
generate a perceptual diff that will make it clear where the changes are, use
the following command:

*Note*: you will need to have imagemagick installed for the following command to
succeed.

```
dpxdt test __tests__/pdifftests
```

Running `git status` after this should indicate whether the screenshots have changed.

0 comments on commit d645307

Please sign in to comment.