Skip to content

Commit daf141d

Browse files
author
Ace Nassri
authored
Add smoke test for Redis sample (#597)
1 parent a3b5994 commit daf141d

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

appengine/redis/package.json

+19
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88
"engines": {
99
"node": ">=4.3.2"
1010
},
11+
"scripts": {
12+
"start": "node server.js",
13+
"test": "repo-tools test app -- server.js"
14+
},
15+
"cloud-repo-tools": {
16+
"test": {
17+
"app": {
18+
"requiredEnvVars": [
19+
"redisHost",
20+
"redisPort",
21+
"redisKey"
22+
],
23+
"msg": "IPs:\n::1;",
24+
"args": [
25+
"server.js"
26+
]
27+
}
28+
}
29+
},
1130
"dependencies": {
1231
"nconf": "0.10.0",
1332
"redis": "2.8.0"

0 commit comments

Comments
 (0)