4b574efb65
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
18 lines
431 B
JSON
18 lines
431 B
JSON
{
|
|
"env": {
|
|
"mkDocsBaseUrl": "http://localhost:8000",
|
|
"backstageBaseUrl": "http://localhost:3000",
|
|
"cypress-plugin-snapshots": {
|
|
"autoCleanUp": false,
|
|
"imageConfig": {
|
|
"resizeDevicePixelRatio": true,
|
|
"threshold": 0.01
|
|
}
|
|
}
|
|
},
|
|
"viewportWidth": 1920,
|
|
"viewportHeight": 1080,
|
|
"includeShadowDom": true,
|
|
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"]
|
|
}
|