Hi,

I have the problem with javascript testing in web container.
If we look into JsUnitMojo.runJsUnitTests() we can see that JsUnitServer is created, initialized and started. But the server test urls start with "file://".:

          server.setTestURL( new URL( "file://" + path
+ "testRunner.html?autoRun=true&submitresults=true" + "&resultid=TEST-" + name
              + "&testPage=" + path.substring( 1 ) + test ) );

Basically to perform the testing in web container I need to have the possibility to configure tests URLs to start with 'http://localhost:8080' for example. I am not sure if the testing can be performed without plugin code modifications.

Could you express your ideas on this issue please?

Thanks for the help,
Max


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to