Last active
November 30, 2016 19:49
-
-
Save ronal2do/f04f36a8827ca4646cadcbfc657a61ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
"scenarios": [ | |
{ | |
"label": "My Awesome Site", | |
"url": "http://localhost:3000/", | |
"hideSelectors": [], | |
"removeSelectors": [], | |
"selectorExpansion": true, | |
"selectors": [ | |
".App-header", | |
".App-logo" | |
".App-intro" | |
], | |
"readyEvent": null, | |
"delay": 500, | |
"misMatchThreshold" : 0.1, | |
"onBeforeScript": "onBefore.js", | |
"onReadyScript": "onReady.js" | |
} | |
] | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment