Hello, Some folks on the Maven users' list have been discussing creating a plugin that has everything needed for agile development in JS. One of the things ...
Here is what I'd like to do: I am running JSUnit 2.1. Still running (JDK 1.4.2 - don't laugh;) I'd like to be able to have a remote Windows box running JSUnit...
Hi, This is a very typical and well-supported use of JsUnit. Apologies for the lack of documentation - we're currently working on revamping the website, which...
Thanks for the info. What do I need to enable on the machine running the tests so that the remote server can communicate with it? Do I have to also start a...
Here is what I have found with both JSUnit 2.1 & 2.2 in relation to my use case. 1. With 2.1 it does not spawn a server instance on the machine running the...
What I am trying to say is how does the remote JSUnit server request the tests from the build server? ... the remote server can communicate with it? Do I have...
Sorry you're having trouble getting started. Here are the basics: A. Start a JsUnitServer on each of the machines on which you want the tests to run....
I actually did the steps (A, B & C) you outlined before I wrote the last post comparing the differences I found between 2.2 & 2.1 JSUnit versions. 1. I...
I wouldn't bother with 2.1 (it's very old) - stick with 2.2. OK, you're farther along than I thought. It does sound like the problem is that you haven't...
Doesn't JSUnit 2.2 automatically use the directory relative to where the tests are run from. For example in my testing I am running everything from where I...
I also could see (since my timeout was 120secs) that manually requesting the test page I set in the testPage query string param would actually return...
Still, do I have to manually set the resourceBase if I run the build from the base dir? ... From: jsunit@yahoogroups.com <jsunit@yahoogroups.com> To:...
I ran more tests today and could not get my tests to run. At this point I don't know what I am doing wrong... It appears that the test runner makes the...
I'm not clear on exactly where things are breaking down. Does the browser on the remote machine start up? Does it successfully open the Test Runner by...
The browser opens up on the remote machine and trys to run the tests located on the build machine HOWEVER it seems like the remote server can't find the tests....
... located on the build machine HOWEVER it seems like the remote server can't find the tests. The reason i say this is because the browser on the remote...
Times out trying to load the tests. ... From: jsunit@yahoogroups.com <jsunit@yahoogroups.com> To: jsunit@yahoogroups.com <jsunit@yahoogroups.com> Sent: Sat Oct...
Hi, I just switched to the latest version of jsunit and noticed that dojo no longer loads when the script element is included in the header like this: <head> ...
Hi, Please scratch the previous message. I think the issues is still there. I'm trying to load dojo before setUp is called. Currently it seems like setup is...
im using JSunit with Mevan for automate unit testing of javaScript and i wrote two subclass StandaloneTest class in net.jsunit. can anyone help me to change my...
My best solution (which I don't think is good) to date has been to download jsunit using an antrun task, and use the unziped libs in my class path for running...
Thanks, that's really helpful and encouraging to know that somebody's done it. When you are able, you should talk with Nicolas De Loof from the Maven list; he...
Hi, i've been setting up my jsunit tests to run on a remote machine, and like the thread of late I've started banging my head against the wall Since I now have...
Hi, im trying to automate jsunit test suite in mevan build. so i used StandaloneTest class and JSUnitApp is extending from it and set url and browsernames in...
... Hi, i used this method and set url and browserfilenames useing system.property method, but its not executing my testpage. also no any error message and...
hello. I have a remote test setup working. and so long as i only use one browser it's great :) but i want to use more than one browser :( I have my server...
The key to fixing this issue is to use the "client" IP & Port in your client configuration URL and not the server IP & Port. Once I started using my client IP...