mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-24 09:14:46 +01:00
5da50e633a
So obvious in retrospect
If you listen to the Cypress fail event without re-throwing then you swallow all test failures
"fun"
When reviewing #17919 I knew the Cypress tests would have to be failing which is what prompted me to check
Introduced in bbb7ed9
(July 10th!)
24 lines
619 B
JSON
24 lines
619 B
JSON
{
|
|
"count": 2,
|
|
"next": null,
|
|
"previous": null,
|
|
"results": [
|
|
{
|
|
"id": "017dde0e-1cb5-0000-68b4-44835b7c894f",
|
|
"name": "$browser",
|
|
"is_numerical": true,
|
|
"query_usage_30_day": null,
|
|
"property_type": null,
|
|
"is_seen_on_filtered_events": null
|
|
},
|
|
{
|
|
"id": "017dde0e-1cc9-0000-ed91-26909937767f",
|
|
"name": "$time",
|
|
"is_numerical": true,
|
|
"query_usage_30_day": null,
|
|
"property_type": "DateTime",
|
|
"is_seen_on_filtered_events": null
|
|
}
|
|
]
|
|
}
|