0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-21 21:49:51 +01:00
posthog/cypress.e2e.json
Harry Waye 79d02059b9
ci(e2e): improve debug logging for github action workflow (#7629)
* github action artifact cypress videos

* artifact logs

* Fix cypress video export

* Redirect all output

* wait for initial retention load

* specify retry in ci

* use bin/start instead of bin/docker-*

* capture django app output in gunicorn log

* use docker-worker and docker-server again

* Remove gunicorn capture output settings
2021-12-10 12:38:25 +00:00

10 lines
210 B
JSON

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