I debug fitnesse
test next way:
- I run
fitnesse
webserver. - Go to test page in browser
- Run test.
RunnerW.exe
opens.- I
ReAttach
to it. - I press
Go
.
I want to speed up this cycle.
Is next way possible and how?
E.g. run MSTest
or NUnit
or Console application via F5 from Visual studio. Given I referenced fit.dll
or fitsharp.dll
or convert some jar into dll via IKVM
, configured some runners/parsers, defined paths to saved test pages and test pages names.
Other alternatives to have debug mode with one button click from Visual Studio?