-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (24 loc) · 909 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "bot-test-framework-example",
"version": "0.1.1",
"description": "Package to demonstrate how to write and run tests for a Cisco Spark bot using the spark-emulator pacakage",
"scripts": {
"emulator-dependencies": "cd webex-api-emulator; npm install; cd ..",
"start-emulator": "[email protected] DEBUG=emulator:botTest node webex-api-emulator/server.js",
"bot-dependencies": "cd webex-bot-node; npm install; cd ..",
"start-bot": "node webex-bot-node/index.js",
"test": "newman run test-cases/WebexBotTests.postman_collection.json -e test-cases/webex_emulator.postman_environment.json"
},
"dependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/jpjpjp/bot-test-framework-example.git"
},
"keywords": [
"ciscospark",
"webex",
"emulator"
],
"author": "JP Shipherd <[email protected]>",
"license": "MIT"
}