我的文件夹结构如下:
SuiteSetUp
TestSuite
-Test 1
-Test 2
. . .
-Test n
当我在Web浏览器中通过Fitnesse运行套件时,套件设置被正确调用。但是,如果我从命令行调用TestRunner.exe
testrunner -c "configFile" -results "resultsFile" localhost 8080 "TheSuite"
它无法运行SuiteSetUp,而只运行套件中的每个测试。由于测试依赖于设置,测试失败,但我还没弄清楚为什么会发生这种情况。
答案 0 :(得分:0)
不推荐使用TestRunner协议。请改为http://fitnesse.org/FitNesse.UserGuide.CommandLineRestCommands