python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to disable generating nunit-agent log file when running tests with nunit3-console
I have a question regarding the nunit3-console. When running tests through it I am observing a generation of log files like internal-trace and nunit-agent text files.
I was able to disable the generat...
ciconq
Votes: 0
Answers: 1
FsUnit showing two identical expected values for F# types
The two tests below fail, of course. But why do the error messages show two identical expected values? Is there a way of only showing one?
myTest returns Expected: <B> or <B> But was: ...
Mark Pattison
Votes: 0
Answers: 1
SpecFlow tests no longer appear in Visual Studio 2019 Test Explorer after PackageReference migration
I did a recent migration of my company's legacy app from packages.config to PackageReferences. We have 5 projects: the main ASP.NET web app, a SQL connector model project, an xUnit test project, a Flu...
Ross Gustafson
Votes: 0
Answers: 2
Nunit-console fails to run tests depending on ASP.NET Core dependencies
I have an issue running nUnit Tests that depend on ASP.NET core framework.
They run perfectly fine and green in VisualStudio 2019.
I can also run them in command line using 'dotnet test'. However, whe...
mikus
Votes: 0
Answers: 0