specflow fails when trying to generate test execution report
I've got a project that's using SpecFlow, NUnit and Coypu to do acceptance tests on a web application. I've got the project building OK via Jenkins on a build server. Jenkins calls a psake script which runs msbuild on the specs project, then the script calls nunit-console to run the specs/tests, and then I want to generate a report from SpecFlow. Framework "4.0" task Default -depends RunSpecs task BuildSpecs { $env:EnableNuGetPackageRestore = "true" msbuild /t:Rebuild ReturnsPortal.Specs.csproj } task RunSpecs -depends BuildSpecs { exec { & "C:\path\to\NUnit 2.5.9\bin\net-2.0\nunit-console-x86