scriptcs-samples
scriptcs-samples copied to clipboard
nunit error
From: https://github.com/scriptcs/scriptcs/issues/754
After cloning and running "scriptcs -install" in nunit-runners folder. I then run "scriptcs start.csx" and receive the following error...
ERROR: Assembly not found. - nunit.core.dll
I see nunit.core.dll in the /packages/NUnit.Runners.2.6.2/tools/lib folder. I just installed and started messing around with scriptcs, so I have no idea how it finds libraries.
NUNIT Error
Version :2.6.4.14350 .NET FRAMEWORK :.NET 3.5
I have developed scripts in C#-Selenium Webdriver. Whenever I am executing through NUNIT Runner I am getting below error: System.ArgumentOutOfRangeException : Length cannot be less than zero. Parameter name: length
If I change the relative path with Absolute path then it is working fine. I am wondering why this is happening? What is the issue with relative path?
Please advise.
@GitHubCTS that sounds like a separate problem to the one that @filipw has reported. Can you please open a separate issue and include full instructions for how to reproduce the problem.