Feature Requests
288 results found
-
Integrate with the upcoming project rider, similar to what WallabyJS does
Integrate with the upcoming IDE from jetbrains to support project rider. Project rider is already available for download. Based on intellij. NCrunch couldn't do exactly what WallabyJS is doing and providing a number of IDE integrations.
231 votes -
Support the new Visual Studio Code IDE
Support the new Visual Studio Code editor.
While it doesn't yet provide extensibility for utils like NCrunch, it is apparently planned for upcoming development, so I wanted to get this on the NCrunch radar.150 votes -
Pause while nuget is installing or updating packages
NCRunch should pause while NuGet is installing or updating packages. There is no good reason to run tons of tests hogging most of the workstation performance while the solution is in an inconsistent and temporary state. Ncrunch running tests severely impacts the time it takes updates and installs to run.
PS: Resharper does this so I know it's possible :)
104 votes -
Create an SDK for third party framework support
Having up to date support for many different testing frameworks is no-doubt a lot of work. The result is that some frameworks are not supported to their full or simply not popular enough to justify adding support.
If an integration SDK was made available, it would allow third party frameworks (or interested users) to add support. This would allow for even niche frameworks the opportunity to be fully supported.
60 votes -
Update CodeLens test stats
In Visual Studio 2015, Code Lens shows me 0 passing tests, while NCrunch shows me all green markers.
Maybe it is possible for NCrunch to update the CodeLens test statistics.59 votes -
Option to Build and Start Running Test Only on File Saves
It would helpful to have an option where NCrunch does not start building the project and running tests until after I save the file. We've had some issues with this in a project I was on that had several thousand unit tests. This would be similar to the way Karma's auto-file watcher works for JavaScript unit testing.
I'm aware of the sliding building delay - and it can help - but I feel it'd be better to just provide an option to not start processing until I save a file.
45 votes -
44 votes
-
Pause instead of disable enable
I would love to just pause ncrunch at times instead of enabling and disabling which causes the solution to be rescanned again.
43 votes -
39 votes
-
Support for C/C++
It would be awsome if NCrunch could add support for C/C++ (or at least C++ CLI)
37 votes -
Support Xamarin
Build an addin for Xamarin studio
34 votes -
Make a license of NCrunch available for free to Open Source projects
I can't justify paying for NCrunch to volunteer on a FOSS project.
ReSharper does this.
32 votes -
NCrunch Console Tools provide TeamCity Code Coverage Stats
You can check TeamCity documentation here: https://confluence.jetbrains.com/display/TCD9/Custom+Chart#CustomChart-CustomBuildMetrics
CodeCoverageB Block-level code coverage %
•CodeCoverageC Class-level code coverage %
•CodeCoverageL Line-level code coverage %
•CodeCoverageM Method-level code coverage %
•CodeCoverageAbsLCovered The number of covered lines int
•CodeCoverageAbsMCovered The number of covered methods int
•CodeCoverageAbsCCovered The number of covered classes int
•CodeCoverageAbsLTotal The total number of lines int
•CodeCoverageAbsMTotal The total number of methods int
•CodeCoverageAbsCTotal The total number of classes int
31 votes -
Coverage on If statements
Ncrunch does not appear to check all conditions in an if statement for 100% coverage.
i.e. if (x || y) only requires that x is tested, not y.27 votes -
Support Gauge
Please consider adding support for Gauge (http://getgauge.io). Gauge is an open source test platform, started by ThoughtWorks, for writing specification by example. It is similar to Gherkin, only it uses Markdown. Steps are bound to code using StepAttribute binding.
26 votes -
Support Xamarin in Visual Studio 2017
Official Visual Studio 2017 with Xamarin support would be nice. In the moment it does only work the you edit Xamarin.forms.Targets file, what is annoying.
25 votes -
Integrate updates for NCrunch into VS2013 Notifications
The update reminders at the moment come through the N icon on the bottom right. Visual Studio however already provides a separate Notifications hub.
24 votes -
ternary coverage
Increase resolution of coverage so that a ternary expression shows code coverage if one branch is not covered. (Otherwise my team is going to make me always use 8-line ifs instead of 1-line ternaries just so we can see code coverage completely :'( )
22 votes -
Ignore Categories of tests
Note that this isn't the same thing as the enging mode not having a Category automatically run, etc. See http://forum.ncrunch.net/yaf_postsm6015_Ignore-categories-of-tests.aspx for more info.
22 votes -
Standalone UI which can be used with every other IDE
Here are some feature requests for Visual Studio Code and Rider. But these require deep Integration.
But since VS 2017 sucks so much these days. It would be nice if we can use another IDE.
I propose a standalone Version with the NCrunch with the UI and Windows which are currently in Visual Studio. But without Visual Studio.
Of course this is not such a tight integration with the IDEs (not jumping to the code, debug and break into failing tests etc.) but would be a good start. And of course, it is only running tests on save because of…
19 votes
- Don't see your idea?