Skip to content

Instantly share code, notes, and snippets.

@piatra
Created July 25, 2013 14:08
Show Gist options
  • Save piatra/6080022 to your computer and use it in GitHub Desktop.
Save piatra/6080022 to your computer and use it in GitHub Desktop.
Page set for testing Topcoat + Effeckt.css Page sets are json files that specify URLs and actions.
{
"description": "Topcoat + Effeckt.css",
"user_agent_type": "desktop",
"pages": [
{
"name": "Buttons",
"url": "localhost:8000/dist/buttons.html",
"smoothness": [
{
"action": "click_element",
"selector": "#button1"
},
{
"action": "click_element",
"selector": "#button2"
},
{
"action": "click_element",
"selector": "#button3"
},
{
"action": "click_element",
"selector": "#button4"
},
{
"action": "click_element",
"selector": "#button5"
},
{
"action": "wait",
"condition": "duration",
"seconds": 2
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment