Forum member
kweinberg
2 posts
Posts by kweinberg
-
What has impacted a test?
Hello! I'm trying to use NCrunch to only run the impacted tests to speed up our continuous integration processes. With the current NCrunch configuration, I'm ensuring that we're only executing tests with the "IsImpacted" trait on them. However, even though zero changes have been made, the major…
14 Jan 2020 17:30 UTC
-
DynamicData Attribute Requires Public Access to Property?
Hello! I've been working on configuring our code to execute our tests through NCrunch. I'm having to change several private members of my classes to be public in order for some tests to work. These tests work properly when executed through Visual Studio, but not through NCrunch. Is this a bug?…
18 Nov 2019 21:46 UTC