简体   繁体   English

无论如何,可以从命令提示符运行健身器材吗?

[英]Is there anyway possible to run the Fitness Fixtures from command prompt?

As of now I am using Jenkins and its Fitnesse plugin to trigger the fixtures. 到目前为止,我正在使用Jenkins及其Fitnesse插件来触发灯具。 But I need to run the same fixtures from command prompt. 但是我需要在命令提示符下运行相同的灯具。 Is there any way out like configuring an ANT file? 有什么办法可以配置ANT文件吗?

From a command prompt you can do something like: 在命令提示符下,您可以执行以下操作:

java -jar \\apps\\fitnesse\\fitnesse.jar -c "MyTests?suite" java -jar \\ apps \\ fitnesse \\ fitnesse.jar -c“ MyTests?suite”

See: http://fitnesse.org/FitNesse.UserGuide.ControllingFitNesseFromTheCommandLine 请参阅: http//fitnesse.org/FitNesse.UserGuide.ControllingFitNesseFromTheCommandLine

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM