Test a specific task reminder chatbot running on WebSocket - ws://localhost:5555 and http://localhost:7777
This repo uses the chatbot test framework, Botium
Please install node.js if you have not done so.
npm install -g botium-bindings
npm install -g botium-connector-websocket
botium-bindings init mocha
npm install && npm run mocha
Simply run:
$ npm test
Below it shows a sample test run:
This file is installed by one of botium packages. I couldn't figure out how to avoid it.