Skip to content

Instantly share code, notes, and snippets.

@ronal2do
Last active November 30, 2016 19:49
Show Gist options
  • Save ronal2do/f04f36a8827ca4646cadcbfc657a61ae to your computer and use it in GitHub Desktop.
Save ronal2do/f04f36a8827ca4646cadcbfc657a61ae to your computer and use it in GitHub Desktop.
...
"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