From b5e9e301b93d0da7f6f4af97c05e0448268f22d7 Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 14 Feb 2018 09:57:06 +0100 Subject: [PATCH] Test docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 29a6a62..56a40d5 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,15 @@ More platforms and services in the future... We do tests via: ``` TEST_WATCH=1 MONGO_URL=mongodb://localhost:27017/fuegos meteor --settings settings-development.json test --driver-package meteortesting:mocha --port 3010 + +# and + +chimp --watch --ddp=http://localhost:3000 --path=cucumber + +# and + +chimp --ddp=http://localhost:3000 --path=cucumber + ``` ## Data source acknowledgements