Is there a way to control the formatting within a particular cell or column? I have some fixtures that contain multiline data and I'd like Fitnesse to honor...
Is there a way to specify a default render setting (expanded or closed) for sections (such as SetUp, TearDown, and !includes) that are automatically...
No. But we have been thinking about it. For includes this would be simple. We could just add a > after the !include: !include> SomePage But SetUp and...
Could the SetUp and TearDown use a page property to specify the initial state? It's nice to have the SetUp and TearDown details readily available, but having...
That seems workable, but we're starting to get pretty cluttered w/ properties. There are many. How about something you can add to the page itself using !define...
Hi guys Well I know that I can use !img tag but it only import those files that are in Files folder of the fitnesse itself. Who knows how can I add a folder...
Oh - I didn't read that carefully before I responed. You can't add images folders to fitnesse. You just have the /files section to work with. I'm curious as to...
The !img widget takes any URL. For example you could include google icon with the following wikitext: !img http://www.google.com/intl/en/images/logo.gif Micah...
You can do this in the files section (/files) of your wiki. Navigate there and it should be pretty self-explanatory, but feel free to follow up w/ any ...
Add the following to fitnesse.css (this will override what's in fitnesse_base.css): div.art_niche { background-image: url("/files/images/AnyFileYouWant.gif"); ...
The image is controlled by a css file. You can change the fitnesse.css to change the icon, but this has an affect on the entire FitNesse wiki. There's no way...
We may need to run our fitnesse tests for some plugins we are writing. Some of the plugins require Eclipse to be running. To do this, we may have to much...
I tried the options listed below and I get two different behaviors (neither of which are what I want). If I use a literal, then my .NET fixture class gets a...
Hi everyone! I have just installed Fitnesse on my PC (Windows XP, service pack 1) and am having some acceptance test failures. If there's something I'm...
Unfortunately no. A family emergency arose last week and I wasn't able to complete the release. I'm working on it today. If all goes well it should be ready...
On the FitNesse.SuiteAcceptanceTests page there a variable named PORT that probably has the value 8082. Since you're running on port 80, change the value of...
I'm trying to use a DoFixture and am having a problem. I have a class MyFixture that extends DoFixture. The class has a "someAction(String s)" ... The...
I am experimenting with the Import functionality present in the latest release (20050301). Note that I am simulating having 2 machines by installing Fitnesse...
Micah, Sadly, it doesn't work with localhost, either. (I had tried it with localhost earlier, and when it didn't work I figured that was a mistake on my part...
Hi Rick, The problem was a mismatch between the fitnesse.jar and fitLibraryFitNesse.jar. I was using the fitnesse.jar that came with the FitNesse distribution....
Hi, I think that Fit, FitNesse, and FitLibrary are really great. But I am disturbed by the incompatibities between the three systems. FitNesse includes a...
Hi Rick, Regarding the first table issue. I'd like my setup page to start with an Import table, but DoFixture precludes that. Aside from using full package...
There are plans to address this, beginning with a gathering of FIT and FitNesse developers/maintainers planned for July, just prior to the Agile2005 conference...
As Micah has already mentioned, there are plans to get the Fit developers, maintainers and major users together in Denver in late July just before the Agile/XP...