Hi, it looks like the 'closeBrowsersAfterTestRuns' property is set to true by default, and actually it works as expected when I put directly the binary...
It looks like you're trying to put a '&' in an XML attribute : if not too late, try to encode the ampersand (if too late, anyway this is for the record) : ...
Hi Anybody ever tried to use virtual machines (vmware, qemu, pearpc,...) to act as testing clients ? This way we could have all possible combinations of OS and...
Kind of. We've been doing this with Selenium Core since March this year. I've setup 4 VMware machines: - one Linux-machine with a custom made web app (test...
Ran across this Hotfix which seems to explain why you can't launch JsUnit on IE7 with query parameters. The description says Windows Vista, but hotfix is...
Sorry it took me so long to respond to this, but your XSL file worked wonderfully. I made a slight change so that the ID actually shows which browser the test...
Hi Joe, Glad to hear it worked. Regarding the output format - I have no idea why it's not like JUnit's. In fact, I'm pretty sure that the older 1.2 version...
Yeah, I think that was exactly my problem. We used a way old version of JSUnit and when we upgraded our JSUnit output was no longer getting incorporated to...
Either I don't remember why we changed it or it was changed without me knowing. Either way, I think we should change it back to conform to the JUnit standard...
Well I'm definitely all for that! I don't see how a custom XML representation would help out anyone, unless there is information added to the custom xml that...
I'll do you a trade... A patch for a new sourceforge packaged release? ;-) From: jsunit@yahoogroups.com [mailto:jsunit@yahoogroups.com] On Behalf Of Edward...
Hello That's very interesting indeed, I can see you've been quite far in Javascript test automation. I'm not (unfortunately) using Agile methods at work and...
Has anyone gotten the eclipse pluging to work and give feedback? I am getting errors about the ports from ServerSideConnection and ClientSideConnection like...
I am trying to run a very simple test in jsunit 2.3 (off trunk) and ff 3.0.1. I get the following error message: Reading Test Page file:///c:/test.html timed...
I've had problems getting JSUnit to run when Firebug is on. I'm not sure if you are using it or not, but if you have firebug installed try turning it off and...
Unfortunately Firebug is a requirement as my plugin is a Firebug extension. I did however turn off Firebug completely and still no dice. I can't even run the...
Another thing to make sure of is that you have the config option "security.fileuri.strict_origin_policy" set to false. I think this can mess up JSUnit because...
Hello, I'm trying to ramp up jsunit for a project. I think I may be having a problem similar to the one under "JsUnit 2.3 & Firefox 3.0.1." When I try to...
Just downloaded JsUnit and this one has me stumped. From the TestRunner in IE6, I load and run jsUnitAssertionTests.html with no problem. Then I copied that...
I have problems with this when I have Firebug running, if you have FB installed try disabling it and see if that fixes your issue. It doesn't seem like JSUnit...
Hi everyone I've just started using JsUnit. I'm running it as a server on a remote machine, and have a couple of questions... 1) Can you specify which browser...
Ok, silly me, I've worked out number 2) can be fixed with the formatter element withing the junit task. I guess 3) is also not that important now, as I can...
Using Firefox 3.0.3 and JsUnit 2.0.2 (from trunk) I get an "Reading Test Page .. timed out." error message. Evident from the error message JsUnit only gets...
I had tried this before.. I couldnt get it working on 2003 but with XP it works somehow -Deo ... From: Norman Harebottle III <normanh@...> Subject: Re:...