From 24f0812b0c109bbdc19fbbb3ceaedccedaac8667 Mon Sep 17 00:00:00 2001 From: Marco Geweke Date: Wed, 8 May 2024 08:57:52 +0200 Subject: [PATCH] Update lineup.json Replace old window-widths and window-height values with newer devices array. --- lineup.json | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/lineup.json b/lineup.json index 1925033..fcadd0c 100644 --- a/lineup.json +++ b/lineup.json @@ -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,