nikseras / js-test-driver

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

jstd does not execute unit tests, browser keeps on waiting #427

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Running a maven build through Jenkins.
2. Unit tests are loaded as seen in the DEBUG runnerMode
3. The execution never completes. It keeps on logging below lines multiple time 
untill aborted the build.

Mar 11, 2013 11:31:08 AM 
com.google.jstestdriver.server.handlers.BrowserLoggingHandler handleIt
FINE:   [log]
[2013-03-11T06:01:07.550Z] current command noop

What is the expected output? What do you see instead?
The unit tests should be executed. But it never does and the build waits for 
its execution.

What version of the product are you using? On what operating system?
jstd-1.3.5 on RedHat Linux 6.3

Please provide any additional information below.
Trying to run the jstd through continuous build using maven & Jenkins.

Eagerly waiting to get the solution.

Thanks,
Amar Shinde

Original issue reported on code.google.com by shindea...@gmail.com on 11 Mar 2013 at 7:40

GoogleCodeExporter commented 8 years ago
I'm not familiar with the maven setup, but it sounds an awful lot like
the runTests command is never issued.

Original comment by corbinrs...@gmail.com on 11 Mar 2013 at 4:42

GoogleCodeExporter commented 8 years ago
The runTests is being issued through execution target of the pom.xml by maven.

Original comment by shindea...@gmail.com on 12 Mar 2013 at 4:00

GoogleCodeExporter commented 8 years ago
Can you attach a log for this?

Original comment by corbinrs...@gmail.com on 12 Mar 2013 at 4:33