kibana/x-pack/plugins/observability
2021-04-06 15:59:46 +02:00
..
.storybook
common [APM] Add elasticsearch queries to api response (#95146) 2021-03-29 07:50:27 +02:00
public [Uptime] Simplift rtl test (#96296) 2021-04-06 15:59:46 +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 [Observability] Exploratory View initial skeleton (#94426) 2021-04-05 15:26:48 +02:00
README.md
tsconfig.json Revert "TS Incremental build exclude test files (#95610)" (#96223) 2021-04-05 11:59:26 -07: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