All, I've been trying to create a nice list/set of links that'll make running my JSUnit suites easer. I'd like to have the set of links in one frame (or a div)...
I just joined the jsunit newsgroup and tried to use the search box, but it doesn't seem to work very well. Searching for 'function' brought up 2 results....
Recently we upgraded a pretty old version of JSUnit to trunk so we could use it with FF3. Ever since then the standalone test does not seem to convert its...
... JsUnit doesn't produce xml that CC can understand. You could try using ant and run an xslt conversion, or edit the outputted xml with another script. I...
I am currently attempting to setup continuous integration, using ant and StandaloneTest. I was wondering if my approach was correct, or if indeed there is a ...
Hi, Does anyone use version 1.3 in internet explorer? It looks like the Function_glue() method in JsUtil.js does not work. I keep getting errors when i try to...
The output format has changed a few times since the last "official" release of JSUnit. Depending on your version of JSUnit, one of the below XSLT transforms ...
Does anyone have a suggestion for testing JavaScript in the context of XULRunner 1.9. It seems likely that the problem with JSUnit 2.2 and FireFox 3.0 would...
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...