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

bin/robot-server fails on buildout.coredev #29

Open tisto opened 10 years ago

tisto commented 10 years ago

This is probably not really a p.a.robotframework issue. Though, I added it here anyways to keep track of it.

Steps to reproduce:

1) Checkout and build buildout.coredev 5.0 2) bin/robot-server Products.CMFPlone.testing.PRODUCTS_CMFPLONE_ROBOT_TESTING

I started to fix the issue(s):

https://github.com/plone/plone.app.upgrade/commit/9cbcc7357e72f3c64a0abd87f0b8468961a7d071

datakurre commented 10 years ago

@tisto Nice! Do you have any idea, why p.a.upgrade gets configured with ROBOT_TESTING, but not for other acceptance tests?

Timo Stollenwerk wrote:

This is probably not really a p.a.robotframework issue. Though, I added it here anyways to keep track of it.

Steps to reproduce:

1) Checkout and build buildout.coredev 5.0 2) bin/robot-server Products.CMFPlone.testing.PRODUCTS_CMFPLONE_ROBOT_TESTING

I started to fix the issue(s):

plone/plone.app.upgrade@9cbcc73 https://github.com/plone/plone.app.upgrade/commit/9cbcc7357e72f3c64a0abd87f0b8468961a7d071

— Reply to this email directly or view it on GitHub https://github.com/plone/plone.app.robotframework/issues/29.

tisto commented 10 years ago

@datakurre My "fix" broke a number of tests so I had to revert it. I was about to ask you the same question. :) That's somehow strange. Will try to figure that out...

ale-rt commented 5 years ago

@tisto I think this issue is outdated, right?