Skip to content

Commit fe4d573

Browse files
committed
Changing the test run string in releases/m117
1 parent ef29ec5 commit fe4d573

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"loc.group.displayName.executionOptions": "Execution options",
99
"loc.group.displayName.reportingOptions": "Reporting options",
1010
"loc.input.label.testSelector": "Select tests using",
11-
"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>",
1212
"loc.input.label.testAssemblyVer2": "Test assemblies",
1313
"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)",
1414
"loc.input.label.testPlan": "Test plan",
@@ -115,7 +115,7 @@
115115
"loc.messages.pathToCustomAdaptersContainsNoAdapters": "Path to custom adapters '%s' does not contain any test adapters, provide a valid path.",
116116
"loc.messages.testAssembliesSelector": "Test assemblies",
117117
"loc.messages.testPlanSelector": "Test plan",
118-
"loc.messages.testRunSelector": "Test run (for on-demand runs)",
119-
"loc.messages.testRunIdInvalid": "The test selection is 'Test run (for on-demand runs)', but the test run id '%s' given is invalid",
120-
"loc.messages.testRunIdInput": "Test run Id (for on-demand runs) : '%s'"
118+
"loc.messages.testRunSelector": "Test run",
119+
"loc.messages.testRunIdInvalid": "The test selection is 'Test run', but the test run id '%s' given is invalid",
120+
"loc.messages.testRunIdInput": "Test run Id : '%s'"
121121
}

Tasks/VsTest/task.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 54
20+
"Patch": 55
2121
},
2222
"demands": [
2323
"vstest"
@@ -48,12 +48,12 @@
4848
"label": "Select tests using",
4949
"defaultValue": "testAssemblies",
5050
"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>",
5252
"groupName": "testSelection",
5353
"options": {
5454
"testAssemblies": "Test assemblies",
5555
"testPlan": "Test plan",
56-
"testRun": "Test run (for on-demand runs)"
56+
"testRun": "Test run"
5757
}
5858
},
5959
{
@@ -402,8 +402,8 @@
402402
"pathToCustomAdaptersContainsNoAdapters": "Path to custom adapters '%s' does not contain any test adapters, provide a valid path.",
403403
"testAssembliesSelector": "Test assemblies",
404404
"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",
407+
"testRunIdInput": "Test run Id : '%s'"
408408
}
409409
}

Tasks/VsTest/task.loc.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"version": {
1818
"Major": 2,
1919
"Minor": 0,
20-
"Patch": 54
20+
"Patch": 55
2121
},
2222
"demands": [
2323
"vstest"
@@ -53,7 +53,7 @@
5353
"options": {
5454
"testAssemblies": "Test assemblies",
5555
"testPlan": "Test plan",
56-
"testRun": "Test run (for on-demand runs)"
56+
"testRun": "Test run"
5757
}
5858
},
5959
{
@@ -406,4 +406,4 @@
406406
"testRunIdInvalid": "ms-resource:loc.messages.testRunIdInvalid",
407407
"testRunIdInput": "ms-resource:loc.messages.testRunIdInput"
408408
}
409-
}
409+
}

0 commit comments

Comments
 (0)