Skip to content

Commit

Permalink
Merge pull request #9308 from Microsoft/users/kavipriya/otherconsoleinfo
Browse files Browse the repository at this point in the history
Fixing help text based on feedback
  • Loading branch information
kaadhina authored Jan 14, 2019
2 parents 3fbfb59 + 6add0e1 commit 5b51aad
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Use the following options to select tests and control how the tests are run

- **Path to Custom Test Adapters:** Path to the testadapter for the framework in which the specified tests are written. Provided directory and all subdirectories are checked for testadapters. If there is a packages folder in the sources directory, it is automatically searched for testadapters. As a result, any testadapter downloaded as a Nuget package will be used without any input. For example, ‘$(Build.SourcesDirectory)\Fabrikam\packages’

- **Other console options:** Other options that can be provided to vstest.console.exe. For example, if you are using VSIX extensions, you can provide “/UseVsixExtensions:true
- **Other console options:** Other options that can be provided to vstest.console.exe. For example, if you are using VSIX extensions, you can provide “/UseVsixExtensions:true. These options are not supported and will be ignored when running tests using the ‘Multi agent’ parallel setting of an agent job or when running tests using ‘Test plan’ or 'Test run' option or when a custom batching option is selected. In these cases, the options can be specified using a runsettings file instead.

#### Test Impact Analysis

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"loc.input.label.codeCoverageEnabled": "Code coverage enabled",
"loc.input.help.codeCoverageEnabled": "Collect code coverage information from the test run.",
"loc.input.label.otherConsoleOptions": "Other console options",
"loc.input.help.otherConsoleOptions": "Other console options that can be passed to vstest.console.exe, as documented <a href=\"https://aka.ms/vstestotherconsoleoptions\" target=\"_blank\">here</a>. <p>These options are not supported and will be ignored when running tests using the ‘Multi agent’ parallel setting of an agent job or when running tests using ‘Test plan’ option. The options can be specified using a settings file instead.</p>",
"loc.input.help.otherConsoleOptions": "Other console options that can be passed to vstest.console.exe, as documented <a href=\"https://aka.ms/vstestotherconsoleoptions\" target=\"_blank\">here</a>. <p>These options are not supported and will be ignored when running tests using the ‘Multi agent’ parallel setting of an agent job or when running tests using ‘Test plan’ or 'Test run' option or when a custom batching option is selected. The options can be specified using a settings file instead.</p>",
"loc.input.label.distributionBatchType": "Batch tests",
"loc.input.help.distributionBatchType": "A batch is a group of tests. A batch of tests runs its tests at the same time and results are published for the batch. If the job in which the task runs is set to use multiple agents, each agent picks up any available batches of tests to run in parallel.<br><br><b>Based on the number of tests and agents:</b> Simple batching based on the number of tests and agents participating in the test run.<br><br><b>Based on past running time of tests:</b> This batching considers past running time to create batches of tests such that each batch has approximately equal running time.<br><br><b>Based on test assemblies:</b> Tests from an assembly are batched together.",
"loc.input.label.batchingBasedOnAgentsOption": "Batch options",
Expand Down Expand Up @@ -119,7 +119,7 @@
"loc.messages.testSettingPropertiesNotSupported": "Properties specified in testsettings file can be accessed via the TestContext using Visual Studio 2017 Update 4 or higher",
"loc.messages.vstestVersionInvalid": "Given test platform version %s is not supported.",
"loc.messages.configureDtaAgentFailed": "Configuring the test agent with the server failed even after %d retries with error %s",
"loc.messages.otherConsoleOptionsNotSupported": "Other console options is not supported when using the multi-agent job setting. This option will be ignored.",
"loc.messages.otherConsoleOptionsNotSupported": "Other console options is not supported for this task configuration. This option will be ignored.",
"loc.messages.distributedTestWorkflow": "In distributed testing flow",
"loc.messages.nonDistributedTestWorkflow": "Running tests using vstest.console.exe runner.",
"loc.messages.dtaNumberOfAgents": "Distributed test execution, number of agents in job : %s",
Expand Down
6 changes: 3 additions & 3 deletions Tasks/VsTestV2/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 146,
"Patch": 3
"Patch": 4
},
"demands": [
"vstest"
Expand Down Expand Up @@ -289,7 +289,7 @@
"label": "Other console options",
"defaultValue": "",
"required": false,
"helpMarkDown": "Other console options that can be passed to vstest.console.exe, as documented <a href=\"https://aka.ms/vstestotherconsoleoptions\" target=\"_blank\">here</a>. <p>These options are not supported and will be ignored when running tests using the ‘Multi agent’ parallel setting of an agent job or when running tests using ‘Test plan’ option. The options can be specified using a settings file instead.</p>",
"helpMarkDown": "Other console options that can be passed to vstest.console.exe, as documented <a href=\"https://aka.ms/vstestotherconsoleoptions\" target=\"_blank\">here</a>. <p>These options are not supported and will be ignored when running tests using the ‘Multi agent’ parallel setting of an agent job or when running tests using ‘Test plan’ or 'Test run' option or when a custom batching option is selected. The options can be specified using a settings file instead.</p>",
"groupName": "executionOptions"
},
{
Expand Down Expand Up @@ -557,7 +557,7 @@
"testSettingPropertiesNotSupported": "Properties specified in testsettings file can be accessed via the TestContext using Visual Studio 2017 Update 4 or higher",
"vstestVersionInvalid": "Given test platform version %s is not supported.",
"configureDtaAgentFailed": "Configuring the test agent with the server failed even after %d retries with error %s",
"otherConsoleOptionsNotSupported": "Other console options is not supported when using the multi-agent job setting. This option will be ignored.",
"otherConsoleOptionsNotSupported": "Other console options is not supported for this task configuration. This option will be ignored.",
"distributedTestWorkflow": "In distributed testing flow",
"nonDistributedTestWorkflow": "Running tests using vstest.console.exe runner.",
"dtaNumberOfAgents": "Distributed test execution, number of agents in job : %s",
Expand Down
2 changes: 1 addition & 1 deletion Tasks/VsTestV2/task.loc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"version": {
"Major": 2,
"Minor": 146,
"Patch": 3
"Patch": 4
},
"demands": [
"vstest"
Expand Down

0 comments on commit 5b51aad

Please sign in to comment.