Skip to content

Commit

Permalink
Add smoke test for Redis sample (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Apr 11, 2018
1 parent a3b5994 commit daf141d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions appengine/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,25 @@
"engines": {
"node": ">=4.3.2"
},
"scripts": {
"start": "node server.js",
"test": "repo-tools test app -- server.js"
},
"cloud-repo-tools": {
"test": {
"app": {
"requiredEnvVars": [
"redisHost",
"redisPort",
"redisKey"
],
"msg": "IPs:\n::1;",
"args": [
"server.js"
]
}
}
},
"dependencies": {
"nconf": "0.10.0",
"redis": "2.8.0"
Expand Down

0 comments on commit daf141d

Please sign in to comment.