Hi, I have both JsUnit and my test suite page on the same server (localhost:9080). It would be nice if I could specify a relative path for the testPage...
That's a good idea. I've checked in the change; it will be in the 2.2release. (Note that the change only works for the HTTP or HTTPS protocol, and not for...
... Hi Viktor, You have a good question there. I have studied your approach. Recently, I have used an extension of jsUnitTestManager which supports the ...
We are developing a very js driven website and I would like to integrate jstest.net testing framework for JavaScript into our nightly builds. What I would like...
... From: "ronischuetz" <schuetz@...> To: <jsunit@yahoogroups.com> Sent: Wednesday, May 10, 2006 8:22 PM Subject: [jsunit] jsunit, team foundation server...
Hello, I recently started using jsunit in a project and, as I am used to jmock.org in my Java code, I searched for some mock objects facility in Javascript. I...
This is a really useful mailing list but lately I've seen a lot of spam getting through. It would be good if somebody could put in a filter or something....
I'm concerned about it too, although I think we're still at a very tolerable level compared to other lists I've seen. Each time spam gets posted, I do the...
You could require approval on all messages. It would be a higher workload for you, so I hesitate to suggest it, but it would remove the spam problem entirely....
I can run a test in a browser, using TestRunner, when TestRunner is installed locally. But when I try to run the same test from another machine, it doesn't...
... On other mailing lists I maintain, I don't require moderator approval on every message, but I do require moderator approval for trying to join the list...
No, it doesn't need to be "installed" locally (there's no real concept of installing the TestRunner). I'm not sure why you're having a problem - it should...
Hi, I'm trying to run JSUnit using Maven2 to take care of all of the dependency libraries. I've got them all figured out, but I just can't get start.jar and ...
I think this is great stuff. I'd love to see it move forward to use real JsUnit assertions. I imagine we'll need to iterate on your work before it's truly...
... This would be great. I already progressed a bit on this, you can watch it here: http://micampe.it/wiki/JavascriptMockObjects I moved to using jsunit...
Hi Michele, I haven't looked at your implementation, but I'd like to make a couple of API recommendations, if I may. The syntax you have for setting ...
I've got the latest JSUnit distribution and it isn't closing firefox when I'm running tests on it. For reference, XPSP2, FF 1.5.0.3, JSUnit 2.2alpha. IE gets...
Thanks Edward, the JSUnit 2.2alpha only has /bin/unix and /bin/mac scripts. Neither of which make sense for windows. I don't even think you could have a script...
Sorry, I'd forgotten that we added the kill script for Windows after the alpha release. There is such a script for Windows in HEAD - you can take a look at by...
Hello, I have often used junit and cppunit to write test, what i found very usefull. I have just discovered jsunit, and it looks great. I am looking for tests...
Hi, I try to use the testPage parameter in the URL of an Opera window. When I do this Opera will "hang". It will use 100% load of a CPU. Of course this results...
If I try to open the testrunner locally in IE6 SP2 then I get a question about activating script on the page. For a manual run this is no problem. But I was...
I would like to ask something about the following in the documentation. "Another way of running the JsUnit server is through the use of jsunit.properties. With...
The recommended way of specifying the server parameters is through properties in the ant build.xml file. With the release of 2.2, we're planning on overhauling...
I have come across this issue as well. I've not looked into it much, except that I've noticed that there is no problem with Opera if you use the HTTP protocol...
You'll need to enable the right security option (I think it's Tools->Internet Options->Advanced and check "Allow active content to run in files on my...
Hello, I am running it on Windows XP with IE 6.0 and the Run as JsUnit starts IE but does not execute the test. Using the same test from a website it works...