I have a SetUp page at the root level that is working fine. However, when I add subwiki to FitNesse and I want to put the SetUp page at a subspecies level. This turns on, but then there is no SetUp at the root level.
For example, with the following structure:
Foo suite
SetUp
TestPage
Bar suite
SetUp
NestedTestPage
How do I get FitNesse to include both SetUp pages in a NestedTestPage?
source
share