Skip to content

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
Clone this wiki locally