Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VSTestPlusPlus with UI #3525

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
599 changes: 0 additions & 599 deletions Tasks/VsTest/Helpers.ps1

This file was deleted.

66 changes: 39 additions & 27 deletions Tasks/VsTest/Strings/resources.resjson/en-US/resources.resjson
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,46 @@
"loc.helpMarkDown": "[More Information](https://go.microsoft.com/fwlink/?LinkId=835764)",
"loc.description": "Run tests with Visual Studio test runner",
"loc.instanceNameFormat": "Test Assemblies",
"loc.group.displayName.testSelection": "Test selection",
"loc.group.displayName.executionOptions": "Execution Options",
"loc.group.displayName.tiaOptions": "Test Impact Analysis",
"loc.group.displayName.advancedExecutionOptions": "Advanced Execution Options",
"loc.group.displayName.reportingOptions": "Reporting Options",
"loc.input.label.testAssemblyVer2": "Test Assembly",
"loc.group.displayName.reportingOptions": "Reporting options",
"loc.input.label.testSelector": "Select tests using",
"loc.input.help.testSelector": "******",
"loc.input.label.testAssemblyVer2": "Test assemblies",
"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://go.microsoft.com/fwlink/?LinkId=835764)",
"loc.input.label.searchFolder": "Search Folder",
"loc.input.label.testPlan": "Test plan",
"loc.input.help.testPlan": "Select a Test Plan.",
"loc.input.label.testSuite": "Test suite",
"loc.input.help.testSuite": "Select Test Suites from the Test Plan.",
"loc.input.label.testConfiguration": "Test configuration",
"loc.input.help.testConfiguration": "Select Test Configuration.",
"loc.input.label.tcmTestRun": "Test Run",
"loc.input.help.tcmTestRun": "******",
"loc.input.label.searchFolder": "Search folder",
"loc.input.help.searchFolder": "Folder to search for the test assemblies. Defaults to $(System.DefaultWorkingDirectory).",
"loc.input.label.testFiltercriteria": "Test Filter criteria",
"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.runSettingsFile": "Run Settings File",
"loc.input.help.runSettingsFile": "Path to runsettings file to use with the tests. Use `$(Build.SourcesDirectory)` to access the Project folder.",
"loc.input.label.overrideTestrunParameters": "Override TestRun Parameters",
"loc.input.help.overrideTestrunParameters": "Override parameters defined in the TestRunParameters section of runsettings file. For example: `AppURL=$(DeployURL);Port=8080`",
"loc.input.label.codeCoverageEnabled": "Code Coverage Enabled",
"loc.input.help.codeCoverageEnabled": "Collect code coverage information from the Test run.",
"loc.input.label.runInParallel": "Run In Parallel",
"loc.input.help.runInParallel": "Enable parallel execution of your tests.",
"loc.input.label.runOnlyImpactedTests": "Run Only Impacted Tests",
"loc.input.label.uiTests": "Test mix contains UI tests",
"loc.input.help.uiTests": "*******",
"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.label.runAllTestsAfterXBuilds": "Number Of Builds After Which To Run All Tests:",
"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.vstestLocationMethod": "VSTest",
"loc.input.label.vsTestVersion": "VSTest version",
"loc.input.help.vsTestVersion": "The version of VSTest to use.",
"loc.input.label.vstestLocation": "Path to vstest.console.exe",
"loc.input.help.vstestLocation": "Optionally supply the path to VSTest.",
"loc.input.label.pathtoCustomTestAdapters": "Path to Custom Test Adapters",
"loc.input.help.vsTestVersion": "The version of Visual Studio test to use.",
"loc.input.label.runSettingsFile": "Settings file",
"loc.input.help.runSettingsFile": "Path to runsettings file to use with the tests. Use `$(Build.SourcesDirectory)` to access the Project folder.",
"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.runTestsInParallel": "Run tests in parallel on multi-core machines",
"loc.input.help.runTestsInParallel": "******",
"loc.input.label.runTestsInIsolation": "Run tests in isolation",
"loc.input.help.runTestsInIsolation": "******",
"loc.input.label.pathtoCustomTestAdapters": "Path to custom tests adapters",
"loc.input.help.pathtoCustomTestAdapters": "Directory path to custom test adapters. Nuget restored adapters are automatically searched for.",
"loc.input.label.otherConsoleOptions": "Other console options",
"loc.input.help.otherConsoleOptions": "Other Console options that can be passed to vstest.console.exe. Click on the help link below for more details.",
"loc.input.label.testRunTitle": "Test Run Title",
"loc.input.label.collectDiagnosticData": "Collect diagnostic data",
"loc.input.help.collectDiagnosticData": "******",
"loc.input.label.testRunTitle": "Test run title",
"loc.input.help.testRunTitle": "Provide a name for the Test Run.",
"loc.input.label.platform": "Platform",
"loc.input.help.platform": "Platform against which the tests should be reported. If you have defined a variable for platform in your build task, use that here.",
Expand All @@ -47,12 +55,12 @@
"loc.messages.NoMatchingTestAssemblies": "No test assemblies found matching the pattern: %s.",
"loc.messages.VstestNotFound": "Vstest of version %d is not found. Try again with a visual studio version that exists on your build agent machine.",
"loc.messages.VstestFailed": "Vstest failed with error. Check logs for failures. There might be failed tests.",
"loc.messages.VstestTIANotSupported": "Install Visual Studio version 15.0.25807 or higher to run Test Impact Analysis.",
"loc.messages.VstestTIANotSupported": "Install Visual Studio 2015 update 3 or Visual Studio 2017 RC or above to run Test Impact Analysis.",
"loc.messages.NoResultsToPublish": "No results found to publish.",
"loc.messages.ErrorWhileReadingRunSettings": "Error occured while reading run settings file. Error : %s.",
"loc.messages.ErrorWhileReadingTestSettings": "Error occured while reading test settings file. Error : %s.",
"loc.messages.RunInParallelNotSupported": "Run in Parallel is not supported with testsettings file.",
"loc.messages.FailedToSetRunInParallel": "Failed to set run in parallel. Invalid run settings file.",
"loc.messages.FailedToSetRunConfiguration": "The specified settings file is invalid. Ignoring it.",
"loc.messages.UpdateOneOrHigherRequired": "Install Visual Studio 2015 Update 1 or higher on your build agent machine to run the tests in parallel.",
"loc.messages.ErrorOccuredWhileSettingRegistry": "Error occured while setting registry key, Error: %s.",
"loc.messages.ErrorWhileSettingTestImpactCollectorTestSettings": "Error occurred while setting Test Impact Collector in test settings file.",
Expand All @@ -68,5 +76,9 @@
"loc.messages.UnexpectedVersionString": "Unexpected version string detected for vstest.console.exe: %s.",
"loc.messages.UnexpectedVersionNumber": "Unexpected version number detected for vstest.console.exe: %s.",
"loc.messages.VstestDiagNotSupported": "vstest.console.exe version does not support the /diag flag. Enable diagnositics via the exe.config files",
"loc.messages.NoIncludePatternFound": "No include pattern found. Specify atleast one include pattern to search test assemblies."
"loc.messages.NoIncludePatternFound": "No include pattern found. Specify atleast one include pattern to search test assemblies.",
"loc.messages.ErrorWhileUpdatingSettings": "Error occurred while updating the settings file. Using the specified settings file.",
"loc.messages.VideoCollectorNotSupportedWithRunSettings": "Video collector is not supported with run settings.",
"loc.messages.runTestInIsolationNotSupported": "Running tests in isolation is not supported for multi-agent scenario.",
"loc.messages.tiaNotSupportedInDta": "Running only impacted tests is not supported for multi-agent scenario."
}
Loading