forked from carlowahlstedt/NewmanPostman_VSTS_Task
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vss-extension.json
88 lines (88 loc) · 1.93 KB
/
vss-extension.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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"manifestVersion": 1,
"id": "NewmanPostman",
"version": "1.0.41",
"name": "Newman the cli Companion for Postman",
"scopes": [],
"description": "Using Newman, one can effortlessly run and test a Postman Collections directly from the command-line. Now in a task!",
"publisher": "carlowahlstedt",
"icons": {
"default": "static/images/logo.png"
},
"galleryFlags": [
"Public"
],
"targets": [
{
"id": "Microsoft.VisualStudio.Services"
}
],
"demands": [
"api-version/3.0"
],
"tags": [
"Newman",
"Postman",
"Rest",
"Test"
],
"categories": [
"Build and release"
],
"screenshots": [
{
"path": "static/images/screenshot.png"
}
],
"content": {
"license": {
"path": "license.md"
},
"details": {
"path": "README.md"
}
},
"links": {
"getstarted": {
"uri": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task"
},
"support": {
"uri": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task"
},
"repository": {
"uri": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task"
},
"issues": {
"uri": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task/issues"
}
},
"repository": {
"type": "git",
"uri": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task/"
},
"CustomerQnASupport": {
"enableqna": "false",
"url": "https://github.com/carlowahlstedt/NewmanPostman_VSTS_Task/issues"
},
"branding": {
"color": "rgb(0, 165, 255)",
"theme": "light"
},
"files": [
{
"path": "NewmanPostman"
}
],
"contributions": [
{
"id": "NewmanPostman",
"targets": [
"ms.vss-distributed-task.tasks"
],
"type": "ms.vss-distributed-task.task",
"properties": {
"name": "NewmanPostman"
}
}
]
}