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

Remote libraries with keyword arguments broken with robotframework >= 2.8.3 #17

Closed datakurre closed 10 years ago

datakurre commented 10 years ago

Because robotframework 2.8.3 is the first version, which should really support keyword arguments, but it does not seem to recognize **kwargs.

http://plone.app.robotframework.s3-website-us-east-1.amazonaws.com/artifacts/185/185.1/robot_log.html

Last known working robotframework version is 2.8.2. Fixing broken libraries for 2.8.3 means that they might not work with < 2.8.3 any longer.