From ba0a4b13dc46652226028f5c34ccac30fa3343c5 Mon Sep 17 00:00:00 2001 From: Thomas Neirynck Date: Wed, 15 Jul 2020 14:08:57 -0400 Subject: [PATCH] [Maps] Add readme (#71912) --- x-pack/plugins/maps/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 x-pack/plugins/maps/README.md diff --git a/x-pack/plugins/maps/README.md b/x-pack/plugins/maps/README.md new file mode 100644 index 0000000000000..aae5a708b680b --- /dev/null +++ b/x-pack/plugins/maps/README.md @@ -0,0 +1,13 @@ +# Maps + +Visualize geo data from Elasticsearch or 3rd party geo-services. + + +## Testing + +Run all tests from the `x-pack` root directory + +- Unit tests: `node scripts/jest --watch maps` +- Functional tests: + - Run `node scripts/functional_tests_server` + - Run `node ../scripts/functional_test_runner.js --config ./test/functional/config.js --grep="maps app"` \ No newline at end of file