Skip to content

Commit

Permalink
Update lineup.json
Browse files Browse the repository at this point in the history
Replace old window-widths and window-height values with newer devices array.
  • Loading branch information
MediaMarco authored May 8, 2024
1 parent 9a5b044 commit 24f0812
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions lineup.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,37 @@
"http://www.example.com" : {
"paths" : [ "" ],
"max-diff" : 0.0,
"window-widths" : [ 800 ],
"max-scroll-height" : 100000,
"wait-after-page-load" : 0.0,
"wait-after-scroll" : 0.0,
"ignore-anti-aliasing" : false,
"strict-color-comparison" : false,
"max-color-distance" : 2.3
"max-color-distance" : 2.3,
"devices": [
{
"width": 448,
"height": 400
},
{
"width": 768,
"height": 420
},
{
"width": 992,
"height": 480
},
{
"device-name": "iPhone SE"
},
{
"device-name": "Samsung Galaxy S20 Ultra"
}
],
}
},
"browser" : "Chrome_Headless",
"name" : "Default",
"page-load-timeout" : 120,
"window-height" : 800,
"debug" : false,
"check-for-errors-in-log" : false,
"wait-after-page-load" : 0.0,
Expand Down

0 comments on commit 24f0812

Please sign in to comment.