I'm following the instruction from http://olingo.apache.org/doc/javascript/project-setup.html and http://olingo.apache.org/doc/javascript/project-build.html and the project builds successfully.
Now I'd like to run some of the provided tests, but the documentation is sparse on that topic and so far haven't been able to run any of them. Environment: Windows 8.1 with VS 2013 Update 4. Things tried so far: 1. Running mocha in project root fails with a need C# test server on localhost 4002 2. Running cscript /test/run-tests.wsf fails with a connection with the server could not be established. 3. Opening JSLib.sln converts the project into VS2013 format, but trying to restore the Microsoft.OData.Service package via Install-Package Microsoft.OData.Service -Version 6.5.0 fails with Unable to find version I'm not a .NET developer so it would be great if someone could provide some easy to follow step by step instructions to get the test environment up and running. Thanks, Rainer
