What is the xUnit command line equivalent?

We have several environments that had their own startup settings when we used MSTest. Since Microsoft is abandoning MSTest, we are moving on to xUnit. Regardless of whether this is done using command line or command line options, I need a way to specify TestRunParameters in my xUnit test. Does xUnit have its own way of doing this as MSTest, or do I need to come up with my own solution?

+7
xunit
source share

No one has answered this question yet.

See similar questions:

one
How to read test parameter .runsettings in xUnit device

or similar:

109
Visual Studio 2015 does not detect unit tests
31
how to debug using xUnit?
6
How to filter xunit tests by attribute using the dotnet test?
2
Running xunit tests from ReSharper under Moles
one
XUnit / nUnit test integration with Microsoft Test Manager
one
xUnit run all tests in the test folder
one
How to read test parameter .runsettings in xUnit device
0
Xunit runs all tests in one application
0
How to specify xUnit test names in .runsettings file
0
How to specify .testsettings in xUnit

All Articles