views:

198

answers:

0

I am using dijit robotx and using doh.robot.initRobot(myAppUrl) within my test page to run tests against my actual app. I load this page up in DOH runner. It is working except after a really short amount of time, it gives me a timeout error. I ensured my timeouts for the tests were long, but it still happens. Is there some special timeout rules when using DOH runner with dijit robotx tests?

This page: http://www.dojotoolkit.org/2008/10/31/doh-robot-part-2-automating-acceptance-tests-and-user-stories doesn't make any mention of running dijit robotx tests within runner - but I was able to get this far, so I'm assuming it's possible.