How to update the unit tests.

In rider I'm coding tests using xunit. After adding or updating a inlinedata attribute how can I get Rider to update the available tests without running all tests. 

0
2 comments

Hello,

please navigate to Rider Settings | Build, Execution, Deployment | Unit Testing | xUnit.net and set When running test discovery from artifacts, use: to Test Runner, then build your solution. Parametrized tests should be discovered and displayed in the Unit Test tree after that.

Let me know if this does not work for you. 

0

Thanks this works!

0

Please sign in to leave a comment.