kibana/x-pack/plugins/observability
2021-03-29 07:50:27 +02:00
..
.storybook
common [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
public [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
scripts
server [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
typings
jest.config.js
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