kibana/x-pack/plugins/maps
2020-12-15 15:40:21 -05:00
..
common [Maps] Add percentile (#85367) 2020-12-15 15:40:21 -05:00
public [Maps] Add percentile (#85367) 2020-12-15 15:40:21 -05:00
server Resilient saved object migration algorithm (#78413) 2020-12-15 21:40:02 +01:00
config.ts
jest.config.js Jest multi-project configuration (#77894) 2020-12-02 11:42:23 -08:00
kibana.json [Maps] saved object tagging (#83197) 2020-11-16 19:52:15 -07:00
README.md test:jest improvements to better support our monorepo (#84848) 2020-12-14 14:07:50 -08:00

Maps

Visualize geo data from Elasticsearch or 3rd party geo-services.

Testing

Run all tests from the x-pack root directory

  • Unit tests: yarn test:jest x-pack/plugins/maps --watch
  • Functional tests:
    • Run node scripts/functional_tests_server
    • Run node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"