add visual regression tests

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-17 12:13:02 +01:00
parent fcf63b8a8b
commit 4b574efb65
15 changed files with 183 additions and 22 deletions
+9 -4
View File
@@ -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__/*"]
}