botium-core
Version:
The Selenium for Chatbots
20 lines • 404 B
JSON
{
"name": "custom-connector-sample",
"version": "1.0.0",
"scripts": {
"test": "mocha spec",
"test:debug": "DEBUG=botium* mocha spec"
},
"dependencies": {
"botium-bindings": "latest",
"mocha": "latest"
},
"botium": {
"convodirs": [
"spec/convo"
],
"expandConvos": true,
"expandUtterancesToConvos": false,
"expandScriptingMemoryToConvos": false
}
}