jediwhale / fitsharp

Functional testing tools for .NET
http://fitsharp.github.io
Other
152 stars 73 forks source link

No suite test summary generated #134

Closed ingek closed 9 years ago

ingek commented 9 years ago

..when I have defined this TEST_RUNNER: !define TEST_RUNNER {..\Output\x64\release\Runner.exe}

If I replace with capital R in release it works!

!define TEST_RUNNER {..\Output\x64\Release\Runner.exe}

or even better, use forward slash:

!define TEST_RUNNER {../Output/x64/release/Runner.exe}

jediwhale commented 9 years ago

It's a FitNesse issue: https://github.com/unclebob/fitnesse/issues/823