Skip to content

Commit f14a33b

Browse files
committed
Adding initial files
1 parent b9ca845 commit f14a33b

10 files changed

+1561
-0
lines changed

azure/package-lock.json

Lines changed: 1157 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

azure/package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "azure-devops-rest-api",
3+
"version": "1.0.0",
4+
"description": "A demonstration project showing how to use Newman and Azure DevOps to automate Postman calls",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "Ben Dalby",
10+
"license": "MIT",
11+
"dependencies": {
12+
"newman": "^5.1.0",
13+
"newman-reporter-junitfull": "^1.1.1"
14+
}
15+
}
81 KB
Loading
90.6 KB
Loading
158 KB
Loading
147 KB
Loading
157 KB
Loading

images/06-Azure-DevOps-Results.png

234 KB
Loading
117 KB
Loading

0 commit comments

Comments
 (0)