mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 18:26:15 +01:00
30b6692920
* 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
13 lines
426 B
JSON
13 lines
426 B
JSON
[
|
|
{ "name": "is_demo", "count": 160 },
|
|
{ "name": "email", "count": 36 },
|
|
{ "name": "address", "count": 35 },
|
|
{ "name": "name", "count": 35 },
|
|
{ "name": "phone", "count": 35 },
|
|
{ "name": "$browser", "count": 1 },
|
|
{ "name": "$browser_version", "count": 1 },
|
|
{ "name": "$initial_referrer", "count": 1 },
|
|
{ "name": "$initial_referring_domain", "count": 1 },
|
|
{ "name": "$os", "count": 1 }
|
|
]
|