File tree 9 files changed +27
-87
lines changed
Strings/resources.resjson/en-US
Strings/resources.resjson/en-US
9 files changed +27
-87
lines changed Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " Test plan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
43
- "helpMarkDown" : " Select a test plan containing test suites with test cases." ,
43
+ "helpMarkDown" : " Type or paste the test plan ID containing test suites with test cases." ,
44
44
"properties" : {
45
45
"DisableManageLink" : " True" ,
46
46
"EditableOptions" : " True"
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " ms-resource:loc.input.label.testPlan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
Original file line number Diff line number Diff line change 1
- Default|0.250.0
2
- Node20-225|0.250.1
1
+ Default|0.250.2
2
+ Node20-225|0.250.3
Original file line number Diff line number Diff line change 6
6
"loc.input.label.testSelector": "Test cases to be executed",
7
7
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
8
8
"loc.input.label.testPlan": "Test plan",
9
- "loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
9
+ "loc.input.help.testPlan": "Type or paste the test plan ID containing test suites with test cases.",
10
10
"loc.input.label.testSuite": "Test suite",
11
11
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
12
12
"loc.input.label.testConfiguration": "Test configuration",
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " Test plan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
43
- "helpMarkDown" : " Select a test plan containing test suites with test cases." ,
43
+ "helpMarkDown" : " Type or paste the test plan ID containing test suites with test cases." ,
44
44
"properties" : {
45
45
"DisableManageLink" : " True" ,
46
46
"EditableOptions" : " True"
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
196
186
"MultipleMatchingGradlewFound" : " Multiple gradlew files found. Selecting the first matched instance"
197
187
},
198
188
"_buildConfigMapping" : {
199
- "Default" : " 0.250.0 " ,
189
+ "Default" : " 0.250.2 " ,
200
190
"LocalPackages" : " 0.249.4" ,
201
- "Node20-225" : " 0.250.1 "
191
+ "Node20-225" : " 0.250.3 "
202
192
}
203
193
}
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 0
17
+ "Patch" : 2
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " ms-resource:loc.input.label.testPlan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
196
186
"MultipleMatchingGradlewFound" : " ms-resource:loc.messages.MultipleMatchingGradlewFound"
197
187
},
198
188
"_buildConfigMapping" : {
199
- "Default" : " 0.250.0 " ,
189
+ "Default" : " 0.250.2 " ,
200
190
"LocalPackages" : " 0.249.4" ,
201
- "Node20-225" : " 0.250.1 "
191
+ "Node20-225" : " 0.250.3 "
202
192
}
203
193
}
Original file line number Diff line number Diff line change 6
6
"loc.input.label.testSelector": "Test cases to be executed",
7
7
"loc.input.help.testSelector": "<ul><li><b>Manual tests: </b>Use this option to trigger manual tests from your test plan.</li><li><b>Automated tests: </b>Use this option to run tests from your test plan that have automated test method associated with it.</li>",
8
8
"loc.input.label.testPlan": "Test plan",
9
- "loc.input.help.testPlan": "Select a test plan containing test suites with test cases.",
9
+ "loc.input.help.testPlan": "Type or paste the test plan ID containing test suites with test cases.",
10
10
"loc.input.label.testSuite": "Test suite",
11
11
"loc.input.help.testSuite": "Select one or more test suites containing test cases.",
12
12
"loc.input.label.testConfiguration": "Test configuration",
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 1
17
+ "Patch" : 3
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " Test plan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
43
- "helpMarkDown" : " Select a test plan containing test suites with test cases." ,
43
+ "helpMarkDown" : " Type or paste the test plan ID containing test suites with test cases." ,
44
44
"properties" : {
45
45
"DisableManageLink" : " True" ,
46
46
"EditableOptions" : " True"
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
200
190
"MultipleMatchingGradlewFound" : " Multiple gradlew files found. Selecting the first matched instance"
201
191
},
202
192
"_buildConfigMapping" : {
203
- "Default" : " 0.250.0 " ,
193
+ "Default" : " 0.250.2 " ,
204
194
"LocalPackages" : " 0.249.4" ,
205
- "Node20-225" : " 0.250.1 "
195
+ "Node20-225" : " 0.250.3 "
206
196
}
207
197
}
Original file line number Diff line number Diff line change 14
14
"version" : {
15
15
"Major" : 0 ,
16
16
"Minor" : 250 ,
17
- "Patch" : 1
17
+ "Patch" : 3
18
18
},
19
19
"preview" : true ,
20
20
"demands" : [],
36
36
},
37
37
{
38
38
"name" : " testPlan" ,
39
- "type" : " pickList " ,
39
+ "type" : " string " ,
40
40
"label" : " ms-resource:loc.input.label.testPlan" ,
41
41
"defaultValue" : " " ,
42
42
"required" : true ,
145
145
}
146
146
],
147
147
"dataSourceBindings" : [
148
- {
149
- "target" : " testPlan" ,
150
- "endpointId" : " tfs:teamfoundation" ,
151
- "endpointUrl" : " {{endpoint.url}}/{{system.teamProject}}/_apis/test/plans?filterActivePlans=true&api-version=3.0-preview.2&$skip={{skip}}&$top=1000" ,
152
- "resultSelector" : " jsonpath:$.value[*]" ,
153
- "resultTemplate" : " { \" Value\" : \" {{{id}}}\" , \" DisplayValue\" : \" {{{id}}} - {{{name}}}\" }" ,
154
- "callbackContextTemplate" : " {\" skip\" : \" {{add skip 1000}}\" }" ,
155
- "callbackRequiredTemplate" : " {{isEqualNumber result.count 1000}}" ,
156
- "initialContextTemplate" : " {\" skip\" : \" 0\" }"
157
- },
158
148
{
159
149
"target" : " testConfiguration" ,
160
150
"endpointId" : " tfs:teamfoundation" ,
200
190
"MultipleMatchingGradlewFound" : " ms-resource:loc.messages.MultipleMatchingGradlewFound"
201
191
},
202
192
"_buildConfigMapping" : {
203
- "Default" : " 0.250.0 " ,
193
+ "Default" : " 0.250.2 " ,
204
194
"LocalPackages" : " 0.249.4" ,
205
- "Node20-225" : " 0.250.1 "
195
+ "Node20-225" : " 0.250.3 "
206
196
}
207
197
}
You can’t perform that action at this time.
0 commit comments