The reason is because someone might be viewing the results either through browser or the XML file generated. If another developer access the URL to view test results, the testcases will be executed again. And the previous result will be overwritten.
Am I missing something or cactus is not meant to be use in a ENV with >1 developer? sebastian On Thu, 2004-09-16 at 13:59, Vincent Massol wrote: > Hi Sebastian, > > > -----Original Message----- > > From: Sebastian Ho [mailto:[EMAIL PROTECTED] > > Sent: jeudi 16 septembre 2004 03:41 > > To: 'Cactus Users List' > > Subject: how to stop testcases from running when refreshing browser > > > > hi > > > > My cactus set up runs fine, but I notice that the testcases will be > > executed whenever I hit refresh in my browser. How do I prevent that > > from happening? > > Hmm... > > Solution 1: Do not hit refresh? :-) > Solution 2: Do not run the tests in a browser? See the other integrations > > More seriously if you ask for a URL the browser will get it. The URL you're > asking for is the one that executes Cactus tests. So obviously if you hit > refresh the tests will be run again. > > I'm curious to understand why you wish to hit refresh without the tests > being run? > > Thanks > -Vincent > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
