kibana/x-pack/plugins/observability
2021-03-26 14:48:08 +01:00
..
.storybook Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
common Alerts and cases page components for observability plugin (#93365) 2021-03-23 07:57:56 -05:00
public [Observability] Update plugin start/setup types naming (#95301) 2021-03-26 14:48:08 +01:00
scripts Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
server ES client : use the new type definitions (#83808) 2021-03-25 04:47:16 -04:00
typings Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
jest.config.js Elastic License 2.0 (#90099) 2021-02-03 18:12:39 -08:00
kibana.json
README.md
tsconfig.json [Observability] Update plugin start/setup types naming (#95301) 2021-03-26 14:48:08 +01:00

Observability plugin

This plugin provides shared components and services for use across observability solutions, as well as the observability landing page UI.

Unit testing

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

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