Skip to content

Commit

Permalink
return sanity check back to puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
garris committed Aug 27, 2018
1 parent 073b3c5 commit dd6dacf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1029,8 +1029,3 @@ BackstopJS was created and is maintained by [Garris Shipon](https://www.linkedin
- [Benedikt Rötsch](https://github.com/axe312ger) for help on the 0.6.0 release
- [Yulia Tsareva](https://github.com/YuliaTsareva) for help on the 0.5.0 release -- windows support
- [Lewis Nyman](https://github.com/lewisnyman) and [Stoutie](https://github.com/jehoshua02) for help with 0.4.0 release -- you guys are responsible for really getting the ball rolling!

BackstopJS uses icons from [the Noun Project](http://thenounproject.com/)

* [Tag](https://thenounproject.com/term/tag/164558/) by [Straw Dog Design](https://thenounproject.com/StrawDogDesign)
* [Hidden](https://thenounproject.com/term/hidden/63405/) by [Roberto Chiaveri](https://thenounproject.com/robertochiaveri/)
6 changes: 3 additions & 3 deletions test/configs/backstop.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"height": 768
}
],
"onBeforeScript": "chromy/onBefore.js",
"onReadyScript": "chromy/onReady.js",
"onBeforeScript": "puppet/onBefore.js",
"onReadyScript": "puppet/onReady.js",
"scenarios": [
{
"label": "BackstopJS Homepage",
Expand Down Expand Up @@ -42,7 +42,7 @@
"ci_report": "backstop_data/ci_report"
},
"report": ["browser"],
"engine": "chromy",
"engine": "puppet",
"engineOptions": {
"args": ["--no-sandbox"]
},
Expand Down

0 comments on commit dd6dacf

Please sign in to comment.