3 Test Specification - essenius/FitNesseRun GitHub Wiki
The Test or Suite to Run
parameter is parsed to determine whether to tun a suite or a test. It expects the relative page name in the FitNesse wiki addressing style, e.g. MySuite.MyTestCase
.
There are two ways to make FitNesse run the page as a suite:
- Put
:suite
next to the test case name, e.g.TestCase:suite
- Make sure the test case name starts or ends with
Suite
orExamples
e.g.TestCaseSuite
If you want a page to be executed as a test while it begins or ends with suite or examples, then you can use TestCaseExamples:test
to make explicit that it is a single test.
If you use the colon notation with anything else than :suite
, then :test
will be assumed.