- Add a debug mode to the casper script

- Have the casper script generate screenshots for the repo view and repo admin
This commit is contained in:
Joseph Schorr 2013-10-11 15:02:08 -04:00
parent 9bb6cb2c7d
commit 04b8a009da
3 changed files with 35 additions and 4 deletions

View file

@ -3,3 +3,9 @@ run with:
```
casperjs screenshots.js
```
debug run (i.e. hit localhost):
```
casperjs screenshots.js --d
```