Fitnesse根页面参数
我正在尝试在不同的目录结构中运行 FitNesse。如果 FitNesse 的开头类似于:
{fitnesse目录的路径}\run.bat -d {fitnesse目录的路径} -p 8081 它将
按预期工作。这意味着它将找到一个名为 FitnesseRoot 的子目录,并在该目录中找到我的验收测试套件。
我的想法是将 FitnesseRoot 目录重命名为 myNewDirectory (例如),然后启动fitnesse:
{fitnesse 目录的路径}\run.bat -d {fitnesse 目录的路径} -r myNewDirectory -p 8081
而且这个启动似乎不起作用。是这样还是我的第二个陈述有错误?
谢谢。
I'm trying to run FitNesse within a different directory structure. If the start of FitNesse is something like:
{Path to fitnesse direcotry}\run.bat -d {path to fitnesse directory} -p 8081
it will work as expected. That means it will find a subdirectory called FitnesseRoot and within this directory my acceptance test suites.
My idea is to rename the FitnesseRoot directory to myNewDirectory (for example) and then start fitnesse with:
{Path to fitnesse direcotry}\run.bat -d {path to fitnesse directory} -r myNewDirectory -p 8081
And this start don't seem to work. Is this so or is there an error in my second statement?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
上周末我有一些时间深入探讨这个问题。基本上我还没有理解-r参数的操作过程。同时,它对我的物品也很有效。很抱歉给您带来不便。
During last weekend I had some time to explore the problem in deepth. Basically I hadn't understood the operation procedure of the -r parameter. In the mean time it works also well for my belongs. Sorry for the inconvience.