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?
xunit
Corey mead
source share