0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/cypress.json
Tim Glaser 5f242b2bed
Solve ospath issue (#5014)
* 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
2021-07-07 14:04:39 +02:00

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": {}
}