Hi Erik, I am finally able to get back to figuring out this jsunit stuff. Thanks for your suggestions. Still, re: multiple OS¹s ‹ I use VMWare to run...
... Thanks for ... different ... VMWare ... Firebug, ... You'll want to run a JsUnit server on each of those instances. In the build.xml file on each server,...
Hi does anyone know of a plugin or something for JSUnit and Bamboo? If a test fails in JSUnit I want the continuous build to know..and possibly fail. I can...
Hello, does anyone know if it's possible to use the latest version of JUnit (4.x) with JSUnit 2.2 alpha? I need to upgrade my JUnit for other tests. Thx!...
Well, two arrays (or any other non-primitive objects) in javascript aren't equal, even if they contain the same values, unless they are actually the same...
Thank you, I believe I do have the latest version of jsunit (it's the primary one listed on sourceforge, dated March 23, 2006. However, when I refer to...
I believe that JSUnit includes a component that will run a JSUnit suite as if it were a JUnit test suite. This component should allow you to run JSUnit in...
We use ANT / Cruisecontrol for our builds, and an XSLT transform to convert the JSUnit output XML into standard JUnit format, which cruisecontrol can report...
Hi. My second post to the list. I hope this hasn't been discussed before (I failed to find it if so). The goal: - write jsUnit tests that run both in-browser...
Hi Fredrik, ... You need a browser if your JavaScript code touches DOM objects. Otherwise not necessarily. Cannot say about jsunit.net. ... You can use AJAX....
Hi, As I wrote in my post, I'm inspired by how jsunet.net provides a way to perform distributed testing and consider using that to make sure we don't "lose" a...
I run the JsUnit aggregate server for running distributed tests across multiple platforms. While the framework doesn't support what you're doing as a feature,...
Hi I am trying to execute JSUnit test cases as part of our automated build process. For now I am trying to use the test suite and cases that come with JSUnit...
... [snip] ... write ... We went with this approach and basically added an AJAXReporter that is executed after the runner has done it's job. It works quite...
Hello all, The main-frame.html document displays badly in the browser. When the font size is manually increased, the overflow gets truncated from the...
Hello all, The main-frame.html document displays badly in the browser. When the font size is manually increased, the overflow gets truncated from the...
Here's an interesting article http://blogs.msdn.com/ericlippert/archive/2005/05/04/414684.aspx [quote] I do not know of any way to enumerate global functions...
According to this link http://www.jsunit.net/documentation/testSuites.html I need to point the testRunner.html to an HTML where I compile the list of TestPages...
you could generate a TestSuite.html page using some bash magic something like (not perfect, but you get the point; if anyone can come up with the correct bash...
This Maven 2 integration with JSUnit 1.3 is pretty fancy. But how do I run these tests in a debugger? I know Rhino *has* a debugger, but it's not obvious how...
... Here's an update on the problems with Firefox 3 Beta support: 1. There appears to be what some consider a bug in Firefox 3 in which JS access across frames...