I am running cruisecontrol in my localmachine with a sample jsunit standalone-test. It is giving " C:\Program Files\Internet Explorer\iexplore.exe timed out...
I set the timeout for 70 secs but its still timing out. Do you know if I am missing something here. Cruisecontrol runs as window service. Any setting I have to...
Try invoking cruisecontrol from the command line rather than as a service. I seem to remember a similar work-around for getting it to run Watir (a Ruby-based...
At the SourceForge site, the only download listed seems to be 2.2Alpha from 2006 March. * https://sourceforge.net/project/showfiles.php?group_id=28041 ...
Hi I'm just trying to do the same : JsUnit + ant + CruiseControl, with a few differences : 1. + 2. I don't write any program to build the final test suite. I ...
Hello I'm trying to figure out how to integrate JsUnit with CruiseControl (which is basically a cyclic process that builds a project in the background). So...
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...