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