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)
Error finding configuration file when using nunit3-console runner
I'm trying to execute my SpecFlow tests through nunit3-console runner but I'm receiving the following error:
System.IO.FileNotFoundException : The configuration file 'appsettings.json' was not found a...
eclipse06
Votes: 0
Answers: 1
Powershell NUnit console seems to hang after tests via Octopus/Powershell (Chrome driver still open)
I seem to have an issue when running a PowerShell script as a part of a step in our deployment Octopus pipeline. The tests run against a few websites, and each website has a range of tests. These are ...
minkz96
Votes: 0
Answers: 1
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
NUnit.ConsoleRunner throwing System.ArgumentException : The net-4.5.2 framework is not available error
Azure DevOps pipeline failing after updating NUnit.ConsoleRunner nuget package to to 3.15 version.
Command use to run the nunit test:
exec /Library/Frameworks/Mono.framework/Versions/Current/bin/mono ...
Suchith
Votes: 0
Answers: 1