HI In an effort to make my js code more normal. I'm trying to using the command line ( with in maven, but it just execute the phantomjs executable )to run some qooxdoo tests.
But i don't fully understand the way we need to use it. I've add the phantomjs to my /bin. Then I run phantomjs <app-name>/test/script/testrunner.js <app-name>.test Then i read the post again, it says that there is a script that will drive the testrunner. So i builded my test app once again. And copied the testrunner.js in my <app-name>/test/script/testrunner.js Once again i run phantomjs <app-name>/test/script/testrunner.js <app-name>.test Here is my output 000268 qx.core.Init: Load runtime: 267ms 000711 qx.testPageUri is not a valid key. Please see the API-doc of qx.core.Environment for a list of predefined keys. 000712 qx.core.Environment: qx.log.Logger.trace() qx.core.Environment.get() testrunner.runner.TestRunner.constructor() testrunner.runner.TestRunner.constructor() testrunner.GuiApplication.prototype.main() qx.core.Init.ready() qx.event.dispatch.Direct.prototype.dispatchEvent() X() qx.event.Manager.prototype.dispatchEvent() qx.event.Registration.fireEvent() qx.event.handler.Application.prototype.__cA() qx.event.handler.Application.onScriptLoaded() anonymous() anonymous() anonymous() 000715 qx.core.Init: Main runtime: 445ms 000735 qx.core.Init: Finalize runtime: 20ms The execution never end. I had the idea that maybe the test namespace sould be the one of the qooxdoo (the one in the exemple) Here is my output Unable to load page Is there something that i'm missing ?? Regards -- Benjamin Dreux Analyste-Programmeur Chaire de logiciel libre-Finance Social et solidaire UQAM Montréal ------------------------------------------------------------------------------ RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/sfu/rsa-sfdev2dev1 _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
