FitNesse. UserGuide. FitLibraryUserGuide.
SuiteFixtureExample [add child]
We have a ^SuiteSetUp page that contains the only reference to a fixture class name
The ^SuiteSetUp page also defines the keywords for the storytests that are to be selected, in the table with the action select or.
^SuiteSetUp
^TestChat
^TestChatWithDifferentName
^TestChatWithKeywords
^TestChatWithSkippedKeywords

Here's AnotherSuiteFixtureExample, that symbolically links to the storytests here.

To use suite fixtures, we need to specify a different way to run Fit:

variable defined: TEST_RUNNER=fitlibrary.suiteFixture.FitLibraryServer