I am trying to use mxunit eclipse plug-in for testing my test cases. I am using eclipse 3.6.0 with cfml plug-in (cfeclipse ver 1.4.2.*) For ColdFusion project.
On the fifth step of plug-in configuration, I get the following error:
Could not connect to facade URL.
Try running this in a browser:
http://localhost/mxunit/framework/RemoteFacade.cfc?wsdl&method=ping
In console, I get (504)Proxy Timeout error
However Above url works perfectly (returns true for ping method) in my browser after giving ColdFusion admin password I also provided authentication in project properties for mxunit. (right click on project -> properties -> mxunit)
Plug-in does not load it's test methods automatically. Please help.
Thanks..