Files
backstage/packages/techdocs-cli/cypress.json
T
Emma Indal 4b574efb65 add visual regression tests
Signed-off-by: Emma Indal <emma.indahl@gmail.com>
2022-02-17 14:22:18 +01:00

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__/*"]
}