-
Notifications
You must be signed in to change notification settings - Fork 33
Quick Start
Botium edited this page Dec 7, 2018
·
2 revisions
Please check out one of the samples to get a quick overview.
$ git clone https://github.com/codeforequity-at/botium-bindings.git
$ cd botium-bindings/samples/watson
$ npm install
$ npm test
The following sample requires a working Docker and Docker-Compose installation:
$ git clone https://github.com/codeforequity-at/botium-bindings.git
$ cd botium-bindings/samples/facebook
$ npm install
$ npm test