add cypress config

Signed-off-by: Emma Indal <emma.indahl@gmail.com>
This commit is contained in:
Emma Indal
2022-02-15 14:33:34 +01:00
parent d34a821869
commit c84b62d900
+12
View File
@@ -0,0 +1,12 @@
{
"env": {
"mkDocsBaseUrl": "http://localhost:8000",
"backstageBaseUrl": "http://localhost:3000"
},
"viewportWidth": 1920,
"viewportHeight": 1080,
"includeShadowDom": true,
"fixturesFolder": false,
"pluginsFile": false,
"supportFile": false
}