Hi there, I'm currently working on a logging API in Javascript which I need to test. My API has three methods: logToConsole - this method logs to the Firefox...
Hi, Opera should work fine in JsUnit. You mention some details in the code, but what problem are you coming across when you actually try to use JsUnit? -...
Hi, We need to run our unit tests from a real web server as they rely on certain document.domain settings. Is it possible to configure the eclipse plugin to...
I created a project in Eclipse imported my java scripts and test pages into it, tried to Run the test page as JsUnit test page but it seems to throw a lot of...
It looks like you entered the location of testRunner, rather than of your browser binary, in the JsUnit preferences. You need to enter a browser path (e.g....
Thanks you are right. Now after I pointed it to the browser it just opens the browser with testRunner and I need to manually give the path of the page I need...
... You shouldn't need to do anything after launching the test - it should just pop up the browser, run the test, close the browser, and report the results in...
Ok. Lets take it this way. I try the tests provided with JsUnit this time. Run them as JsUnit tests the browser opens and the console in eclipse shows...
What eaxctly is meant by " Usually your tests and code are in your source tree and the point at JsUnit somewhere. " Yes I know tried the test pages from...
Sorry, I didn't mean to confuse things. It sounded from your post that you were under the impression that your tests and code needed to live inside the jsunit...
I just downloaded jsunit and unzipped. I started testRunner and found that I am having difficulty in running my first test. First I am missing the Browse...
I am attaching my a simple .html file can you please look into it and tell if if sumthing is missing. as the testRunner is not even able to find this file. ...
Just starting with JSUnit, I think I'm misunderstanding how something works. I have machine A which I'm kicking off a distributed_test from, and a machine B...
Your problem is more than likely because of IE7. It ignores your parameter string (everything after the ?) I had this same problem with the stand alone test....
Well, for me when I run my test page as a JsUnit Test page. it triggers the browser and browser "does NOT" say anything like opening the test page etc. It...
jsUnit, great tool. thx I have found that as the eclipse plugin uses the external browser it is has some annoying behaviours, at least for quickly running...
s = (""+window.location).replace("file:///C:…",'localhost'); if (s.indexOf("cacheBuster")<0) window.location = `http://localhost/jsunit/testRunner.html? ...
Hi to all, I am testing simple javascript example using jsunit.I have not seen any bar. What to write in "Enter the file name of test page to be run" in...
Hello everyone. I have run into an issue trying to run the standalone server. I invoke it through the command "ant standalone_test", which results in a ...
Yeah, I found out later that the version used to compile it was 1.5. I opened the jar file in a ZIP editor and looked in the manifest file. The funny thing is,...
Hi, I struggled with the same problem for a while, and finally came up with a solution. Safari seems to use the file scheme instead of the http scheme for...