kibana/x-pack/plugins/exploratory_view
2023-09-26 12:12:24 +02:00
..
.storybook
common Cleanup of field_names folder (#161838) 2023-07-18 15:25:58 +02:00
e2e [Synthetics/Uptime] Separate e2e tests by app (#152197) 2023-06-07 17:33:56 +02:00
public [Synthetics] Refactor cardinality test runs query (#166608) 2023-09-26 12:12:24 +02:00
scripts
jest.config.js
kibana.jsonc [Observability AI Assistant] Action menu item (#163463) 2023-08-11 09:51:36 +02:00
README.md
tsconfig.json [Observability AI Assistant] Action menu item (#163463) 2023-08-11 09:51:36 +02:00

Exploratory View plugin

A shared component for visualizing observability data types via lens embeddable. For further details.

Unit testing

Note: Run the following commands from kibana/x-pack/plugins/exploratory_view.

Run unit tests

npx jest --watch

Update snapshots

npx jest --updateSnapshot

Coverage

HTML coverage report can be found in target/coverage/jest after tests have run.

open target/coverage/jest/index.html