0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
posthog/cypress/fixtures/api/projects/@current.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

119 lines
3.1 KiB
JSON

{
"id": 2,
"organization": "01777279-f5a2-0000-b1d5-dbfc148b9426",
"api_token": "JqcIEQVjX-CxbPiittsio2ZTIB2pHUBmGVGgQE4Io0I",
"app_urls": [],
"name": "HogFlix Demo App",
"slack_incoming_webhook": null,
"event_names": [
"watched_movie",
"installed_app",
"rated_app",
"purchase",
"entered_free_trial",
"$identify",
"$pageview",
"$autocapture",
"personalization skipped",
"insight viewed",
"$pageleave",
"$capture_metrics"
],
"event_properties": [
"$current_url",
"is_first_movie",
"plan",
"first_visit",
"$set",
"$ip",
"$os",
"$browser",
"$host",
"$pathname",
"$browser_version",
"$screen_height",
"$screen_width",
"$lib",
"$lib_version",
"$insert_id",
"$time",
"distinct_id",
"$device_id",
"$initial_referrer",
"$initial_referring_domain",
"$referrer",
"$referring_domain",
"$active_feature_flags",
"$user_id",
"$anon_distinct_id",
"token",
"posthog_version",
"has_slack_webhook",
"$event_type",
"$ce_version",
"is_first_component_load",
"insight",
"display",
"interval",
"filters",
"filters_count",
"events_count",
"actions_count",
"total_event_actions_count",
"phjs-_send_request",
"phjs-_send_request_inflight",
"phjs-capture",
"phjs-batch-enqueue",
"phjs-xhr-response",
"phjs-xhr-response-200",
"phjs-identify",
"phjs-batch-requests",
"phjs-batch-requests-e/",
"phjs-batch-handle",
"phjs-batch-handle-e/",
"phjs-batch-unload-requests",
"phjs-batch-unload-requests-e/",
"phjs-batch-unload",
"phjs-batch-unload-e/"
],
"event_properties_numerical": [
"purchase",
"app_rating",
"purchase_value",
"$browser_version",
"$screen_height",
"$screen_width",
"$time",
"has_slack_webhook",
"$ce_version",
"is_first_component_load",
"filters_count",
"events_count",
"actions_count",
"total_event_actions_count",
"phjs-_send_request",
"phjs-_send_request_inflight",
"phjs-capture",
"phjs-batch-enqueue",
"phjs-xhr-response",
"phjs-xhr-response-200",
"phjs-identify",
"phjs-batch-requests",
"phjs-batch-requests-e/",
"phjs-batch-handle",
"phjs-batch-handle-e/",
"phjs-batch-unload-requests",
"phjs-batch-unload-requests-e/",
"phjs-batch-unload",
"phjs-batch-unload-e/"
],
"created_at": "2021-02-05T13:55:31.489580Z",
"updated_at": "2021-02-05T13:55:52.852345Z",
"anonymize_ips": false,
"completed_snippet_onboarding": true,
"ingested_event": true,
"uuid": "01777279-f621-0000-1c87-13657da18040",
"opt_out_capture": false,
"is_demo": true
}