{
    "test_path": "test/javascript/index.html",
    "test_framework": "mocha",
    "exit_with_fail": true,
    "browsers": [
        "chrome_latest",
        "chrome_previous",
        "firefox_latest",
        "firefox_previous",
        "safari_latest",
        "safari_previous",
        "opera_latest",
        "opera_previous",
        "edge_latest",
        "edge_previous",
        "ie_11",
        {
            "browser": "iphone",
            "os": "ios",
            "os_version": "14",
            "device": "iPhone 12 Pro Max",
            "real_mobile": "true"
        },
        {
            "browser": "iphone",
            "os": "ios",
            "os_version": "13",
            "device": "iPhone 11",
            "real_mobile": "true"
        },
        {
            "os": "android",
            "browser": "android",
            "os_version": "11.0",
            "device": "Google Pixel 5",
            "real_mobile": "true"
        },
        {
            "browser": "android",
            "os": "android",
            "os_version": "6.0",
            "device": "Google Nexus 6",
            "real_mobile": "true"
        }
    ]
}
