0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 09:14:46 +01:00
posthog/cypress.json
Karl-Aksel Puulmann c24c58828f
Upgrade cypress, fix and stabilize tests (#1872)
* Upgrade cypress

- https://docs.cypress.io/guides/references/migration-guide.html#Migrating-to-Cypress-5-0
- https://docs.cypress.io/guides/references/changelog.html#5-0-0

* Run tests multiple times if flaky

* Fix broken command palette cypress test

* Remove default retries options
2020-10-14 15:36:25 +03:00

9 lines
184 B
JSON

{
"video": false,
"baseUrl": "http://localhost:8000",
"defaultCommandTimeout": 20000,
"requestTimeout": 8000,
"pageLoadTimeout": 80000,
"projectId": "twojfp"
}