You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"loc.input.help.testSelector": "Specify the means to select tests",
11
+
"loc.input.help.testSelector": "<ul><li><b>Test assembly: </b>Use this option to specify one or more test assemblies that contain your tests. You can optionally specify a filter criteria to select only specific tests.</li><li><b>Test plan: </b>Use this option to run tests from your test plan that have an automated test method associated with it.</li><li><b>Test run: </b>Use this option when you are setting up an environment to run tests from the Test hub. This option should not be used when running tests in a continuous integration / continuous deployment (CI/CD) pipeline.</li>",
"loc.input.help.testAssemblyVer2": "Run tests from the specified files. The file paths are relative to the search folder. Supports multiple lines of minimatch patterns. [More Information](https://aka.ms/minimatchexamples)",
14
14
"loc.input.label.testPlan": "Test plan",
@@ -115,7 +115,7 @@
115
115
"loc.messages.pathToCustomAdaptersContainsNoAdapters": "Path to custom adapters '%s' does not contain any test adapters, provide a valid path.",
Copy file name to clipboardExpand all lines: Tasks/VsTest/task.json
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
"version": {
18
18
"Major": 2,
19
19
"Minor": 0,
20
-
"Patch": 54
20
+
"Patch": 55
21
21
},
22
22
"demands": [
23
23
"vstest"
@@ -48,12 +48,12 @@
48
48
"label": "Select tests using",
49
49
"defaultValue": "testAssemblies",
50
50
"required": true,
51
-
"helpMarkDown": "Specify the means to select tests",
51
+
"helpMarkDown": "<ul><li><b>Test assembly: </b>Use this option to specify one or more test assemblies that contain your tests. You can optionally specify a filter criteria to select only specific tests.</li><li><b>Test plan: </b>Use this option to run tests from your test plan that have an automated test method associated with it.</li><li><b>Test run: </b>Use this option when you are setting up an environment to run tests from the Test hub. This option should not be used when running tests in a continuous integration / continuous deployment (CI/CD) pipeline.</li>",
52
52
"groupName": "testSelection",
53
53
"options": {
54
54
"testAssemblies": "Test assemblies",
55
55
"testPlan": "Test plan",
56
-
"testRun": "Test run (for on-demand runs)"
56
+
"testRun": "Test run"
57
57
}
58
58
},
59
59
{
@@ -402,8 +402,8 @@
402
402
"pathToCustomAdaptersContainsNoAdapters": "Path to custom adapters '%s' does not contain any test adapters, provide a valid path.",
403
403
"testAssembliesSelector": "Test assemblies",
404
404
"testPlanSelector": "Test plan",
405
-
"testRunSelector": "Test run (for on-demand runs)",
406
-
"testRunIdInvalid": "The test selection is 'Test run (for on-demand runs)', but the test run id '%s' given is invalid",
407
-
"testRunIdInput": "Test run Id (for on-demand runs) : '%s'"
405
+
"testRunSelector": "Test run",
406
+
"testRunIdInvalid": "The test selection is 'Test run', but the test run id '%s' given is invalid",
0 commit comments