Skip to content

Commit

Permalink
Remove --fail-on-error from docs, refs #103
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jan 30, 2023
1 parent e416404 commit b9a51de
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/multi.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Use `--retina` to take all screenshots at retina resolution instead, doubling th

shot-scraper multi shots.yml --retina

Use `--fail-on-error` to fail noisily on error (may be helpful in CI):

shot-scraper multi shots.yml --fail-on-error

To take a screenshot of just the area of a page defined by a CSS selector, add `selector` to the YAML block:

```yaml
Expand Down
2 changes: 1 addition & 1 deletion tests/run_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ shot-scraper multi empty.yml
height: 200
wait_for: |-
document.querySelector("div")
' | shot-scraper multi - --fail-on-error)
' | shot-scraper multi - --fail)

0 comments on commit b9a51de

Please sign in to comment.