0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-25 11:17:50 +01:00
posthog/cypress.json
2022-02-16 14:36:16 +02:00

13 lines
329 B
JSON

{
"video": false,
"experimentalComponentTesting": true,
"testFiles": "**/*cy-spec.js",
"componentFolder": "frontend/src",
"projectId": "twojfp",
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
"viewportWidth": 1920,
"viewportHeight": 1080,
"retries": 2,
"env": {}
}