Skip to content

Commit

Permalink
Added newman for testing API using Postman
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Mani committed Apr 24, 2016
1 parent 972e1d3 commit 4a1153f
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/api/postman/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
18 changes: 18 additions & 0 deletions spec/api/postman/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"name": "api",
"version": "1.0.0",
"description": "Test get-aws-pricing API using a Postman collection",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"get-aws-pricing",
"postman"
],
"author": "Krishnan Mani",
"license": "ISC",
"devDependencies": {
"newman": "^2.0.9"
}
}

0 comments on commit 4a1153f

Please sign in to comment.