LiTiang / js-test-driver

Automatically exported from code.google.com/p/js-test-driver
0 stars 0 forks source link

New version of jsTestDriver (1.3.1) doesn't capture Firefox 3.6 #206

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run jsTestDriver server using the following command:

java -jar JsTestDriver-1.3.1.jar --port 9876 --browser "C:\Program 
Files\Mozilla Firefox\firefox.exe" --captureConsole --verbose

All necessary files (config, jar, etc) are in the same folder.

2.
3.

What is the expected output? What do you see instead?

I expect a new tab in Firefox 3.6 to load because the browser should be 
captured by the jsTestDriver server.

What version of the product are you using? On what operating system?

JsTestDriver 1.3.1 on Windows XP Professional.

Please provide any additional information below.

It was working fine in JsTestDriver 1.2.2. All I did was switch the JAR to the 
new one and update the batch file to point at the new JAR file name.

Original issue reported on code.google.com by smcgo...@gmail.com on 28 Feb 2011 at 2:15

GoogleCodeExporter commented 9 years ago
Please reproduce with the --runnerMode DEBUG flag, and attach the jstd files 
found in the temp directory.

Original comment by corbinrs...@gmail.com on 28 Feb 2011 at 3:07

GoogleCodeExporter commented 9 years ago
Attached is the console output for the issue. (I have commented out any JS 
imports in the conf file to make this output shorter.)

Original comment by smcgo...@gmail.com on 28 Feb 2011 at 4:24

Attachments:

GoogleCodeExporter commented 9 years ago
Hi there,

Is the attachment I gave you what you were looking for?

Cheers,
Sean

Original comment by smcgo...@gmail.com on 2 Mar 2011 at 5:06

GoogleCodeExporter commented 9 years ago
There doesn't appear to be any tests defined. What does your configuration file 
look like?

Original comment by corbinrs...@gmail.com on 6 Mar 2011 at 8:56

GoogleCodeExporter commented 9 years ago
I had commented out all the JS imports in my configuration file because with 
them included, the console output was too big to copy. But I've uncommented 
them now and successfully grabbed the full console output. It's attached along 
with the configuration file. Cheers.

Original comment by smcgo...@gmail.com on 7 Mar 2011 at 9:42

Attachments:

GoogleCodeExporter commented 9 years ago
Also, the browser isn't captured whether the tests are included or not.

Original comment by smcgo...@gmail.com on 7 Mar 2011 at 9:43

GoogleCodeExporter commented 9 years ago
Does this help?

Thanks,
Sean

Original comment by smcgo...@gmail.com on 14 Mar 2011 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by corbinrs...@gmail.com on 30 Mar 2011 at 10:56