c21ca69acd
Original commit: elastic/x-pack-elasticsearch@b35c192536 |
||
---|---|---|
.. | ||
lib | ||
test | ||
watches | ||
README.md | ||
package.json |
README.md
Marvel Watchers
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