-
Notifications
You must be signed in to change notification settings - Fork 33
Installation
Botium edited this page Dec 7, 2018
·
2 revisions
Usually, you won't install this project on it's own, but you will include it in your Chatbot projects.
To install it to your chatbot project, type:
$ npm install botium-bindings --save-dev
With Jasmine, the setup looks like this:
$ npm install botium-bindings --save-dev
$ npm install jasmine --save-dev
$ ./node_modules/.bin/jasmine init
$ ./node_modules/.bin/botium-bindings init jasmine
See the resources on the project main page on how to proceed from here.