mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-12-01 02:27:17 +01:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"rootUrl": "http://localhost:8000",
|
|
"screenshotsDir": "./tests/visual/baseline/local",
|
|
"browsers": {
|
|
"local-chrome": {
|
|
"desiredCapabilities": {
|
|
"browserName": "chrome"
|
|
}
|
|
}
|
|
},
|
|
"system": {
|
|
"projectRoot": "./",
|
|
"sourceRoot": "./src/assets/stylesheets"
|
|
}
|
|
}
|