mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"rootUrl": "http://localhost:8000",
|
|
"gridUrl": "http://ondemand.saucelabs.com/wd/hub",
|
|
"screenshotsDir": "./tests/visual/baseline/ci",
|
|
"browsers": {
|
|
"ie11": {
|
|
"desiredCapabilities": {
|
|
"browserName": "internet explorer",
|
|
"version": "11.103",
|
|
"platform": "Windows 10",
|
|
"screenResolution": "1280x1024"
|
|
}
|
|
}
|
|
},
|
|
"system": {
|
|
"projectRoot": ".",
|
|
"sourceRoot": "./tests/visual/data",
|
|
"coverage": {
|
|
"enabled": false
|
|
}
|
|
}
|
|
}
|