mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
bb572272ca
* attempt to fix toolbar flakyness
* fix dashboard flakyness
* fix flake
* add retries to components
* Try speeding up build by skipping sourcemaps
* debug components
* show errors
* better error
* don't generate source map
* fix errors
* speed up component tests
* Try empty insights page
* Revert "Try empty insights page"
This reverts commit 68701b3804
.
* Skip trends tests for now
19 lines
458 B
JSON
19 lines
458 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": {
|
|
"cypress-plugin-snapshots": {
|
|
"imageConfig": {
|
|
"threshold": 0.01
|
|
}
|
|
}
|
|
}
|
|
}
|