- 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:
parent
9bb6cb2c7d
commit
04b8a009da
3 changed files with 35 additions and 4 deletions
|
@ -3,3 +3,9 @@ run with:
|
|||
```
|
||||
casperjs screenshots.js
|
||||
```
|
||||
|
||||
debug run (i.e. hit localhost):
|
||||
|
||||
```
|
||||
casperjs screenshots.js --d
|
||||
```
|
Reference in a new issue