Tags: saikrishnav/vstest
Tags
Passing runsettings as command line arguments. (microsoft#297) * Allow TranslationLayer to specify Diag parameters Log message for logging file of test host * Passing runsettings as command line arguments. * Removed unused variable. * Added regex, testcases. * Added new parameter VSTestCLIRunSettings in VSTest Task. * Added htlm encoding to the RunSettings values coming as CLI arguments. * Style fixes * Fix typo * Work done under this commit: (microsoft#302) 1) Create xlf file for all language 2) Create language resx file from xlf file 3) create satellite dll * Testhost Diag log file name format change (microsoft#303) Update diag log format for testhost. New format ensures log files are unique so that we don't run multiple testhosts with same file name in case of parallel runs. * Changes for passing RunSettings args as array of string. * Doc changes. * test fixes. * Removed unused namespaces, improved documentation, added trim to key. * Removed HTML Encoding as it is already done while validating xml. * Removed ununsed namespace and package.run
Merge pull request microsoft#279 from saikrishnav/testcaseidsha1change TestCase ID Generation algorithm to SHA1 on par with TPV1
Fix for issue microsoft#241 (microsoft#242) Fix for issue microsoft#241
Issue: The vstest.console was waiting for 80 minut if there is some c… …onnection problem in test host and vstest which is very large time. (microsoft#174) Fix: Reduced it to one min
Enable unix workspace (microsoft#171) * Fix sign issue with unix build. Workaround for dotnet-cli microsoft#2862. * Use case insensitive search in file helper enumerate. Fix an issue where adapters path is not provided to test host because there were no matching adapters due to a case sensitive search on unix. * Move test plugin cache to case insensitive file search. * Fix unit tests. Add modified string resources.
Adding support to use Diag from test verb in dotnet cli (microsoft#168) * Adding support to use diag from test verb in dotnet cli * nitpick
Remove stale targets from neutral xlf (microsoft#150) * Remove stale targets from neutral xlf * Remove stale targets from OM resources * Update vstest.console resource to remove stale targets
Localization readiness (microsoft#127) * Move resources to separate directory. Add embed resources option to project.json. * Embed resources for assemblies. * Add xliffparser tool. * Add xlf resources for core utilities. * Add xlf files all components.
Close discovery manager on request complete. (microsoft#72)
PreviousNext