diff --git a/watcher/README.md b/watcher/README.md index 3611ac8e063..b27def2bb47 100644 --- a/watcher/README.md +++ b/watcher/README.md @@ -1,4 +1,13 @@ # Marvel Watchers -More to come +In this directory you will find example Watchers for Marvel that were distributed with the Watcher Beta documentation. The `watches` directory contains the example watches and the `test` directory contains integration test for each watcher. +The testing framework is written in Node.js and use ESVM to create an Elasticsearch instance for running the tests against + +### Setup and Running Tests + +- Run `npm install` in this directory +- Ensure you have `mocha` installed globally +- Run `mocha` in this directory + +Once the tests are completed you wan delete the `esvm` directory.