add visual regression tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
{
|
||||
"env": {
|
||||
"mkDocsBaseUrl": "http://localhost:8000",
|
||||
"backstageBaseUrl": "http://localhost:3000"
|
||||
"backstageBaseUrl": "http://localhost:3000",
|
||||
"cypress-plugin-snapshots": {
|
||||
"autoCleanUp": false,
|
||||
"imageConfig": {
|
||||
"resizeDevicePixelRatio": true,
|
||||
"threshold": 0.01
|
||||
}
|
||||
}
|
||||
},
|
||||
"viewportWidth": 1920,
|
||||
"viewportHeight": 1080,
|
||||
"includeShadowDom": true,
|
||||
"fixturesFolder": false,
|
||||
"pluginsFile": false,
|
||||
"supportFile": false
|
||||
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user