plone / plone.app.robotframework

Provides Robot Framework compatible resources and tools for writing functional Selenium tests (including acceptance tests) for Plone CMS and its add-ons.
https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html
11 stars 17 forks source link

doesn't accept connections when robot-server is reloading #18

Open djay opened 10 years ago

djay commented 10 years ago

Sometimes it takes awhile to reload a layer. It would be nice to be able to start the bin/robot while the reload is happening and have it block until the test is ready to run

datakurre commented 10 years ago

I suppose that the most usual error come from that robotframework cannot load our RobotRemote remote library. I don't have any clear solution for this yet.

djay commented 10 years ago

you are right. RemoteLibrary is where the connection error comes from. Thats not easy to fix. You'd have to have some kind of proxy for remote libraries or else change the robot runner to try connecting to something else first that blocks.