site_css_reliability/browsers.darwin.json

20 lines
319 B
JSON
Raw Normal View History

2023-09-03 23:26:56 +00:00
{
"browsers": [
2023-10-15 16:42:46 +00:00
{
"type": "Firefox",
"variant": "desktop",
"arguments": ["-headless"]
},
{
"type": "Chrome",
"variant": "desktop",
"arguments": ["--headless"]
},
2023-09-03 23:26:56 +00:00
{
"type": "Safari",
"variant": "desktop",
"arguments": ["-headless"]
}
]
}