Yes, that is exactly what's happening. For example... if a element
isn't found on a page the test will fail with an exception. This isn't
an assertion. It's just something like a "click element" command. I
run into this a lot while trying to stabilize my tests. Specifically
the pages with AJAX calls. Most times they seem to run ok on my local
box. But only after a week of running in our CI setup do we find that
they aren't 100% reliable. Our site really isn't set up to play nice
with Selenium. =) Anyway, It never continues the rest of the commands
in the Fitnesse page and never hits the last command, close the
browser. I guess what I'm asking is if there is a way to have it run
a teardown of everything even when an exception occurs.