argus-eyes
Version:
A lightweight commandline tool for visual regression testing of UI components.
22 lines (21 loc) • 385 B
JSON
{
"sizes": ["768x1024"],
"wait-for-script": "scripts/script1.js",
"pages": [
{
"name": "homepage",
"url": "http://localhost:6530/index-wait-for-script.html",
"components": ["header", "footer"]
}
],
"components": [
{
"name": "header",
"selector": ".header"
},
{
"name": "footer",
"selector": ".footer"
}
]
}