question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[VsTest] .testsettings not taken into account

See original GitHub issue

Hey! 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:closed
  • Created 7 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
atinbcommented, May 11, 2016

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!

0reactions
prawalagarwalcommented, Jun 21, 2016

This is fixed now. Closing the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found