We use Fitnesse [FitSharp] and we have a requirement for a single fit test that will call and run individual tests that span multiple suites.
I know we could put it in a batch file and run individual tests from there
C:\Fitnesse\dotnet4\Runner.exe -r fitnesse.fitserver.TestRunner,C:\fitnesse\dotnet4\fit.dll localhost 8090 Suite1.Level2.PartialUpdateTest
C:\Fitnesse\dotnet4\Runner.exe -r fitnesse.fitserver.TestRunner,C:\fitnesse\dotnet4\fit.dll localhost 8090 Suite1.Level1.FullUpdateTest
etc
but would prefer to keep the configuration of this within the fit test environment
What we have in mind is a single Fit Test [Regression Suite] that will serve as a container for other fit tests. [A container of Fit Test bookmarks if you will]
localhost:8090\Regression.RunAllFastCoreTestsAcrossAllSuites.
We do not want to go down the route of creating copies of individual tests within existing suites nor is a reorg of the existing suite structure feasible. The Regression suite will probably be updated regularly as new tests are developed.
Any thoughts?
Thanks in advance,
Liam