diff --git a/Tasks/VsTest/README.md b/Tasks/VsTest/README.md index b9767e10467c..12e97430dbaa 100644 --- a/Tasks/VsTest/README.md +++ b/Tasks/VsTest/README.md @@ -55,6 +55,8 @@ The feature is presently scoped to the following: - No xplat support (Windows only). - No UWP support. + Learn more about Test Impact [here](https://aka.ms/tialearnmore) + #### Advanced Execution Options diff --git a/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson b/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson index 7c95ba69e1cf..c2b166149b30 100644 --- a/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson +++ b/Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson @@ -23,7 +23,7 @@ "loc.input.label.testFiltercriteria": "Test filter criteria", "loc.input.help.testFiltercriteria": "Additional criteria to filter tests from Test assemblies. For example: `Priority=1|Name=MyTestMethod`", "loc.input.label.runOnlyImpactedTests": "Run only impacted tests", - "loc.input.help.runOnlyImpactedTests": "Automatically select, and run only the tests needed to validate the code change.", + "loc.input.help.runOnlyImpactedTests": "Automatically select, and run only the tests needed to validate the code change. [More information](https://aka.ms/tialearnmore)", "loc.input.label.runAllTestsAfterXBuilds": "Number of builds after which all tests should be run", "loc.input.help.runAllTestsAfterXBuilds": "Number of builds after which to automatically run all tests. Test Impact Analysis stores the mapping between test cases and source code. It is recommended to regenerate the mapping by running all tests, on a regular basis.", "loc.input.label.uiTests": "Test mix contains UI tests", @@ -38,7 +38,7 @@ "loc.input.label.overrideTestrunParameters": "Override test run parameters", "loc.input.help.overrideTestrunParameters": "Override parameters defined in the TestRunParameters section of runsettings file. For example: `-key1 value1 -key2 value2`", "loc.input.label.runInParallel": "Run tests in parallel on multi-core machines", - "loc.input.help.runInParallel": "If set, tests will run in parallel leveraging available cores of the machine. [Click here](https://msdn.microsoft.com/library/jj159530.aspx) to learn more about how tests are run in parallel.", + "loc.input.help.runInParallel": "If set, tests will run in parallel leveraging available cores of the machine. [Click here](https://aka.ms/paralleltestexecution) to learn more about how tests are run in parallel.", "loc.input.label.runTestsInIsolation": "Run tests in isolation", "loc.input.help.runTestsInIsolation": "Runs the tests in an isolated process. This makes vstest.console.exe process less likely to be stopped on an error in the tests, but tests might run slower. This option currently cannot be used when running with the multi-agent phase setting.", "loc.input.label.pathtoCustomTestAdapters": "Path to custom test adapters", diff --git a/Tasks/VsTest/task.json b/Tasks/VsTest/task.json index b65bd3a7daab..7079b315b792 100644 --- a/Tasks/VsTest/task.json +++ b/Tasks/VsTest/task.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 29 + "Patch": 30 }, "demands": [ "vstest" @@ -150,7 +150,7 @@ "label": "Run only impacted tests", "defaultValue": "False", "required": false, - "helpMarkDown": "Automatically select, and run only the tests needed to validate the code change.", + "helpMarkDown": "Automatically select, and run only the tests needed to validate the code change. [More information](https://aka.ms/tialearnmore)", "groupName": "testSelection", "visibleRule": "testSelector = testAssemblies" }, @@ -238,7 +238,7 @@ "label": "Run tests in parallel on multi-core machines", "defaultValue": "False", "required": false, - "helpMarkDown": "If set, tests will run in parallel leveraging available cores of the machine. [Click here](https://msdn.microsoft.com/library/jj159530.aspx) to learn more about how tests are run in parallel.", + "helpMarkDown": "If set, tests will run in parallel leveraging available cores of the machine. [Click here](https://aka.ms/paralleltestexecution) to learn more about how tests are run in parallel.", "groupName": "executionOptions" }, { diff --git a/Tasks/VsTest/task.loc.json b/Tasks/VsTest/task.loc.json index b1286f13b266..e4e96d383f41 100644 --- a/Tasks/VsTest/task.loc.json +++ b/Tasks/VsTest/task.loc.json @@ -17,7 +17,7 @@ "version": { "Major": 2, "Minor": 0, - "Patch": 29 + "Patch": 30 }, "demands": [ "vstest"