argus-eyes
Version:
A lightweight commandline tool for visual regression testing of UI components.
26 lines (25 loc) • 503 B
JSON
{
"sizes": ["320x480", "768x1024"],
"pages": [
{
"name": "pages/homepage",
"url": "http://localhost:6530/index.html",
"components": ["mod/header", "mod/footer"]
},
{
"name": "pages/contact",
"url": "http://localhost:6530/contact.html",
"components": ["mod/header", "mod/footer"]
}
],
"components": [
{
"name": "mod/header",
"selector": ".header"
},
{
"name": "mod/footer",
"selector": ".footer"
}
]
}