mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-21 21:49:51 +01:00
5f242b2bed
* Solve ospath issue * try separate cypress cache * Separate install * ls * try * Try to put everything in same cache * Remove cypress plugin snapshot * fix cohorts and funnels
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"video": false,
|
|
"experimentalComponentTesting": true,
|
|
"testFiles": "**/*cy-spec.js",
|
|
"componentFolder": "frontend/src",
|
|
"projectId": "twojfp",
|
|
"ignoreTestFiles": ["**/__snapshots__/*", "**/__image_snapshots__/*"],
|
|
"viewportWidth": 1280,
|
|
"viewportHeight": 720,
|
|
"retries": 2,
|
|
"env": {}
|
|
}
|