0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00
posthog/cypress.json

13 lines
328 B
JSON
Raw Normal View History

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