I use FitNesse with the SLIM engine to execute my tests. 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? I know that the tests can be started from the command line and executed in parallel with xargs
or make
. However, I am looking for an easy (suited for non-developers) way that would for example be integrated in the FitNesse frontend. 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?