[VsTest] .testsettings not taken into account
See original GitHub issueHey!
The Visual Studio Test task’s documentation for the Run Settings File
parameter specifies:
Run Settings File: Path to a runsettings or testsettings file can be specified here.
But any .testsettings
file passed will be ignored.
I guess this is just an outdated documentation, but I want to make sure that .testsettings
are indeed not supported and that this is not a bug.
Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
[VsTest] .testsettings not taken into account #1618 - GitHub
Hey! The Visual Studio Test task's documentation for the Run Settings File parameter specifies: Run Settings File: Path to a runsettings or ...
Read more >issues running the VsTest tasks on several build agents all of ...
The test settings file C:\agent\_work\_temp\Local.testsettings, specified in the MSTestAdapter settings, is not available. Either access to the file is denied ...
Read more >Configure unit tests by using a .runsettings file - Microsoft Learn
Select test settings file menu in Visual Studio 2019 ... To run tests from the command line, use vstest.console.exe, and specify the ...
Read more >Not working with vstest.console.exe when .runsettings file is ...
I am using MSTest project to automate my system. The test project work fine. But I need to run the test project in...
Read more >MSTest Unit Testing does not work (or fails with error) with ...
But, recently I had to force tests to run in 64-bit mode and since Resharper does not support that out-of-the-box I had to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have filed a bug and will be fixing it in the next sprint. Run in Parallel should not work with testsettings file. As a workaround, please uncheck the “Run in Parallel” check box. Thanks!
This is fixed now. Closing the issue.