0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-24 18:07:17 +01:00
posthog/cypress/fixtures/api/dashboard.json
Karl-Aksel Puulmann 30b6692920
React component tests with cypress (#3233)
* WIP: get cypress something doing

* Get a test running

* Get css loading, stub posthog

* Move helpers to separate file

* Givens > given2

It plays nicer with beforeEach

* Test for session filters

* Test date navigation

* Test filtering

* Try keep old tests running

* Try get tests running under CI

* Prettify fixtures

* Cleanup, use cypress 6

* Add yarn build

* Fix e2e cypress tests

* given2 => givens

* Rename `frontend-test-runner` to `e2e-test-runner`

* Fix cypress test

* Add webpack-preprocessor as a devDependency

* Improve freezing time

* Make css inclusions automatic for component tests
2021-02-09 17:28:01 +02:00

52 lines
1.4 KiB
JSON

{
"count": 4,
"next": null,
"previous": null,
"results": [
{
"id": 7,
"name": "App Analytics",
"pinned": true,
"items": null,
"created_at": "2021-02-05T13:55:40.297406Z",
"created_by": null,
"is_shared": false,
"share_token": "w_MkBdFSPoOZdB1yIOvmOJn_iQtxCA",
"deleted": false
},
{
"id": 5,
"name": "Default",
"pinned": true,
"items": null,
"created_at": "2021-02-05T13:55:31.501043Z",
"created_by": null,
"is_shared": false,
"share_token": "fpDJjZ0iRgptWJYg-_l5buldK--7t6C6P9pTEXBQcZo",
"deleted": false
},
{
"id": 8,
"name": "Sales & Revenue",
"pinned": true,
"items": null,
"created_at": "2021-02-05T13:55:43.654638Z",
"created_by": null,
"is_shared": false,
"share_token": "Z5Qb6E1337KbuT3LpGlsbmb1AVAHrg",
"deleted": false
},
{
"id": 6,
"name": "Web Analytics",
"pinned": true,
"items": null,
"created_at": "2021-02-05T13:55:33.570744Z",
"created_by": null,
"is_shared": false,
"share_token": "2sMrL2yoSFgSy-uQLVi48fGKtHvO_A",
"deleted": false
}
]
}