mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-25 11:17:50 +01:00
13 lines
329 B
JSON
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": {}
|
|
}
|