Skip to content

Commit 98fff71

Browse files
author
treml
committed
Updated sample
1 parent f6da191 commit 98fff71

File tree

8 files changed

+4353
-4186
lines changed

8 files changed

+4353
-4186
lines changed

samples/convo/package-lock.json

Lines changed: 4309 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/convo/package.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "samples",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "botiumFluent.js",
6+
"scripts": {
7+
"mocha": "mocha spec"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC",
12+
"dependencies": {
13+
"botium-bindings": "latest",
14+
"botium-connector-directline3": "latest",
15+
"botium-core": "latest"
16+
},
17+
"botium": {
18+
"convodirs": [
19+
"spec\\convo"
20+
],
21+
"expandConvos": true,
22+
"expandUtterancesToConvos": false
23+
},
24+
"devDependencies": {
25+
"mocha": "latest",
26+
"botium-bindings": "latest",
27+
"botium-connector-echo": "latest"
28+
}
29+
}

samples/convo/spec/botium.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
const bb = require('botium-bindings')
2+
bb.helper.mocha().setupMochaTestSuite()
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
give me picture
2+
#me
3+
Hello, Bot!
4+
5+
#bot
6+
You said: Hello, Bot!
7+
8+
#me
9+
give me a picture
10+
11+
#bot
12+
Here is a picture
13+
MEDIA http://www.botium.at/img/logo.png

0 commit comments

Comments
 (0)