谁知道在.net中使用slim fitnesse的一步一步教程?
现在我设法在我的localhost上运行slim fitnesse网站:3434
我在c:/ fitSharp中解压缩了fitSharp插件
但我不知道下一步是什么
我已经弄清楚如何使用命令行运行我的测试:
java -jar fitnesse.jar -c MyFixturePage?test&format=text -d "c:/utils/fitnesse/" -r "FitNesseRoot"
Run Code Online (Sandbox Code Playgroud)
在Visual Studio 中将此作为我的Fixture装配项目的启动参数不起作用.我在我的灯具中使用了Slim runner和executor:http://github.com/jediwhale/fitsharp/downloads
有没有人研究过如何在Visual Studio中使用Slim进行调试?