简体   繁体   English

是否可以与Slim引擎并行执行测试?

[英]Is it possible to execute tests in parallel with Slim engine?

I use FitNesse with the SLIM engine to execute my tests. 我将FitNesse与SLIM引擎一起使用来执行测试。 Since the test suites have since become quite large I have to start thinking about parallelization. 由于测试套件已经变得非常庞大,因此我必须开始考虑并行化。 Is it possible with FitNesse to execute tests in parallel? FitNesse是否可以并行执行测试? I know that the tests can be started from the command line and executed in parallel with xargs or make . 我知道测试可以从命令行启动,并与xargsmake并行执行。 However, I am looking for an easy (suited for non-developers) way that would for example be integrated in the FitNesse frontend. 但是,我正在寻找一种简单的方法(适用于非开发人员),例如将其集成到FitNesse前端中。 How can I do this? 我怎样才能做到这一点?

I don't believe it is possible to run a single Suite using multiple threads from the front-end. 我认为不可能从前端使用多个线程来运行单个套件。 But have you tried just running multiple Tests (or Suites) via multiple tabs or browser windows? 但是您是否尝试过通过多个选项卡或浏览器窗口运行多个测试(或套件)?

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

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