Re: [Watinfixture-users] Not closing the browser leaves Fitnesse"running"
Status: Alpha
Brought to you by:
kalnir
|
From: Jeff P. <ka...@iw...> - 2007-09-12 04:07:21
|
Did you develop your own custom FitNesse wrapper for WatiN? If you did, go get my project, WatiNFixture. One of the fixtures I wrote was a custom Pause with a timeout setting. You can see how I did that and adopt the code into your own. _____ From: wat...@li... [mailto:wat...@li...] On Behalf Of Rob MacFadyen Sent: Tuesday, September 11, 2007 8:36 PM To: wat...@li... Subject: [Watinfixture-users] Not closing the browser leaves Fitnesse"running" Hi, If I setup a few simple UserAction test steps and do not finish the test with "close browser" the browser display the Fitnesse results will remain "waiting for http://localhost:8080/WatiN01?test...." (I'm running fitnesse on port 80, my test script is called WatiN01). And further the FitServer.exe process remains running indefinately. The reason I'm not closing the browser is that I need to see what's going on. I have a Verify Browse Navigated To that is failing... and I really need to see the web page so I can tell what's happening. If I put the "close browser" step in... well... the browser is gone so quickly all I can tell is that I have some sort of an application error message being displayed. Any suggestions? Any way to put a "pause" of some sort in there? Regards, Rob |