plone.app.robotframework


Nameplone.app.robotframework JSON
Version 2.1.2 PyPI version JSON
download
home_pagehttps://github.com/plone/plone.app.robotframework/
SummaryRobot Framework testing resources for Plone
upload_time2024-02-12 15:11:21
maintainer
docs_urlNone
authorAsko Soukka
requires_python>=3.8
licenseGPL
keywords robot automatic browser testing plone
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            plone.app.robotframework
------------------------

.. image:: https://img.shields.io/pypi/v/plone.app.robotframework.svg
        :target: https://pypi.org/project/plone.app.robotframework/

**plone.app.robotframework** provides `Robot Framework
<http://code.google.com/p/robotframework/>`_ compatible resources and tools for
writing functional Selenium tests (including acceptance tests) for Plone CMS
and its add-ons.

Please read the full documentation at `Plone Developer Documentation
<https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html>`_.

Contributors
============

- Anatoly Bubenkov
- Asko Soukka
- Benoît Suttor
- Carles Bruguera
- Chris Ewing
- Chris Shenton
- Daniel Widerin
- Ed Manlove
- Eric Brehault
- Esa-Matti Suuronen
- Fulvio Casali
- Godefroid Chapelle
- Hector Velarde
- Jean-Michel Francois
- Jens Klein
- Johan Beyers
- Johannes Raggam
- Jonas Baumann
- Kees Hink
- Laure Perez Mayos
- Leo Rochael
- Mikko Ohtamaa
- Roman Kozlovskyi
- Silvio Tomatis
- Steffen Lindner
- Stephan Geulette
- Timo Stollenwerk
- Victor Fernandez de Alba
- zotya

Changelog
=========

.. You should *NOT* be adding new change log entries to this file.
   You should create a file in the news directory instead.
   For helpful instructions, please see:
   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst

.. towncrier release notes start

2.1.2 (2024-02-12)
------------------

Bug fixes:


- Fix duplicate installation of plone.app.contenttypes:default profile. @davisagli (#154)
- Fix printing the server URL when robot-server is run without reloading enabled. @davisagli (#155)


2.1.1 (2023-10-25)
------------------

Internal:


- Update configuration files.
  [plone devs] (434550cc)


2.1.0 (2023-07-14)
------------------

New features:


- Add support for `playwright`-based tests via `robotframework-browser`.
  [datakurre] (#3813)


Bug fixes:


- Remove unused and empty keyword that was displaying an error.
  [gforcada] (#147)


2.0.1 (2023-02-22)
------------------

Bug fixes:


- Fix deprecation warnings (#142)


2.0.0 (2022-11-30)
------------------

Bug fixes:


- Final release.
  [gforcada] (#600)


2.0.0b2 (2022-08-30)
--------------------

New features:


- Add keyword 'Wait For Elements'.
  Here the requested element is allowed to match multiple times.
  [maurits] (#3582)


Bug fixes:


- Sleep in 'Wait For Element' and 'Wait For Then Click Element'.
  After this sleep, check that the element in question is there only once.
  Hopefully this will stabilize the Plone core robot tests.
  [maurits] (#3582)


2.0.0b1 (2022-06-23)
--------------------

New features:


- Add keywords for making sure an element is visible before clicking.
  Keywords are: ``Wait For Element``, ``Wait For Then Click Element``, ``Wait For Then Click Invisible Element``.
  [maurits] (#134)


Bug fixes:


- Change the Selenium timeout from 30 seconds to 7.  [maurits] (#135)


2.0.0a6 (2022-05-14)
--------------------

Bug fixes:


- Replace WSGI_SERVER_TEST_SCOPE_FIXTURE used in VOLTO_ROBOT_TESTING with WSGI_SERVER_SINGLE_THREADED_FIXTUREOLTO_ROBOT_TESTING.
  [datakurre] (#133)


2.0.0a5 (2022-05-09)
--------------------

Bug fixes:


- Fixed undefined name, should have been ``WSGI_SERVER_TEST_SCOPE_FIXTURE``.  [maurits] (#131)


2.0.0a4 (2022-05-09)
--------------------

Breaking changes:


- Cleanup: Python 3 only, Dexterity only, isort, black.
  [maurits] (#129)


Bug fixes:


- Make compatible with robotframework 3-5.
  [maurits] (#5)
- Fix Volto Cypress tests by adding a new functional test layer plone.app.robotframework.testing.VOLTO_ROBOT_TESTING layer, which does not not accept requests between tests cases.
  [datakurre] (#131)


2.0.0a3 (2022-04-04)
--------------------

Bug fixes:


- Update modal and toolbar selectors for ES6.
  [agitator] (#126)


2.0.0a2 (2022-03-09)
--------------------

New features:


- Add VHM support in the PloneRobotFixture
  [sneridagh] (#127)


2.0.0a1 (2021-08-04)
--------------------

Breaking changes:


- Update to Barceloneta-LTS selectors
  [petschki] (#123)


1.5.6 (2020-10-12)
------------------

New features:


- Removed backwards compatibility code for old quickinstaller.
  Current plone.app.robotframework is only for Plone 5.2+, so this code was no longer used.
  See also `PLIP 1775 <https://github.com/plone/Products.CMFPlone/issues/1775>`_.
  [maurits] (#1775)


1.5.5 (2020-09-26)
------------------

Bug fixes:


- Fixed error ``Variable '${CMFPLONE_SELECTORS}' not found`` on Plone 6.
  [maurits] (#680)
- Fixed DeprecationWarning: invalid escape sequence.
  [maurits] (#3130)


1.5.4 (2020-03-13)
------------------

Bug fixes:


- Fixed package install error with Python 3.6 without locale.
  See `coredev issue 642 <https://github.com/plone/buildout.coredev/issues/642#issuecomment-597008272>`_.
  [maurits] (#642)


1.5.3 (2019-11-25)
------------------

Bug fixes:


- Fix the Debug keyword (#114)
- Remove deprecation warnings [ale-rt] (#116)


1.5.2 (2019-05-21)
------------------

Bug fixes:


- Removed the legacy keyword ``Refresh JS/CSS resources``.
  [Rotonen] (#110)
- Use the 'Plone test setup' and 'Plone test teardown' keywords in the Robot tests.
  [Rotonen] (#110)
- Stabilize tests by defaulting to a browser window size of 4K x 4K.
  [Rotonen] (#110)


1.5.1 (2019-05-01)
------------------

Bug fixes:


- Patch selenium.is_connectable for Python 3 to retry on ConnectionResetError.
  See `issue 2786 <https://github.com/plone/Products.CMFPlone/issues/2786>`_.
  [maurits] (#2786)


1.5.0 (2019-02-08)
------------------

New features:


- Print the ZServer and XMLRPC URLs when starting up the server. [jone] (#106)


Bug fixes:


- Remove five.globalrequest dependency. It has been deprecated upstream (Zope
  4). [gforcada] (#95)
- Fix old links on remote.py [gforcada] (#96)
- Use the standard library signal module instead of the ZServer Signal module
  [ale-rt] (#97)
- Fix the travis build which is broken since we are picking a random port
  (fixes #100) [ale-rt] (#100)
- Do not raise an error if the child processes we want to kill is not there
  anymore. Replace "Zope 2 server" with the more appropriate "Zope robot
  server" [ale-rt] (#104)


1.4.0 (2018-10-31)
------------------

New features:

- Read files as binary in Python 3.
  [davisagli]

- Avoid test layer isolation problems by setting the remote library
  as an attribute of the PloneSite class instead of a particular
  portal instance.
  [davisagli]


1.3.1 (2018-10-31)
------------------

Breaking changes:

- Default to the new plone.testing default of picking the ZServer port
  dynamically.
  [Rotonen]


1.3.0 (2018-10-01)
------------------

New features:

- Remove compatibility code for Plone 4.x.
  [hvelarde]

- Skip Support for Plone 4.x.
  [jensens]

Bug fixes:

- Add support for Python 3.
  [davisagli]

- Support for Plone 5.x toolbar, i18n, ...
  [jensens]

- Fix RemoteLibrary ``i18n`` to work proper with registry based settings.
  [jensens]

- Make robotframework work with merged ``plone.login``.
  [jensens]

- Fix Travis CI setup.
  [jensens]


1.2.1 (2018-06-22)
------------------

Bug fixes:

- Fixed create user with multiple roles with args::

      Create user  siteadmin  Contributor  Reviewer  Site Administrator

  and with kwargs::

      @{roles} =  Create list  Contributor  Reviewer  Site Administrator
      Create user  siteadmin  roles=@{roles}

  [ksuess, datakurre]


1.2.0 (2018-02-23)
------------------

New features:

- Imports are Python3 compatible. Add six into install_requires set and sort
  each file's imports with the isort package.
  [b4oshany, @davilima6]


1.1.3 (2018-02-02)
------------------

Bug fixes:

- Import ``activatePluginInterfaces`` from ``Products.PlonePAS.setuphandlers``.
  [maurits]


1.1.2 (2018-01-30)
------------------

Bug fixes:

- Use ``get_installer`` for checking if a product is installed.
  Fall back to getting the ``portal_quickinstaller`` tool.
  [maurits]


1.1.1 (2017-06-28)
------------------

Bug fixes:

- Update links to external documentation.  [jensens]


1.1 (2017-04-08)
----------------

New features:

- Add new variable ${SELENIUM2LIBRARY_RUN_ON_FAILURE} with default value
  'No operation' (Robot Framework built-in keyword with no action) to define
  operation immediately after failed Selenium keyword
  [datakurre]

Bug fixes:

- Fix issue where an error "No keyword with name 'No keyword' found." after
  a failing test was reported
  [datakurre]


1.0.3 (2017-03-28)
------------------

New features:

- Manage datetime and date field types in "set field value" keyword
  [sgeulette]

- Manage RelationList field using "references" field type in "set field value" keyword
  [sgeulette]


1.0.2 (2017-02-22)
------------------

Bug fixes:

- Fix issue where custom pybot-entrypoint failed to parse Sphinx-document with :ref:
  [datakurre]


1.0.1 (2016-09-08)
------------------

Bug fixes:

- fix broken links
  [staeff]


1.0 (2016-07-15)
----------------

Breaking changes:

- Do not use ``run_on_failure`` from ``Selenium2Library``.  This
  interferes with ``Wait until keyword succeeds``: an initial failure
  is seen as total failure instead of checking the retries of this
  keyword.  See https://github.com/plone/Products.CMFPlone/pull/1652
  [maurits]


0.9.17 (2016-07-15)
-------------------

New features:

- Test with robotframework version 3.0.   [maurits]

- Added ``Plone Test Setup`` and ``Plone Test Teardown`` keywords.  In
  that last one, in case of a failure do what is done by
  ``run_on_failure``, which will be removed in version 1.0.  This
  means a screen shot by default, but you can override this on the
  command line with for example ``ROBOT_SELENIUM_RUN_ON_FAILURE=Debug``.
  See https://github.com/plone/Products.CMFPlone/pull/1652
  [maurits]

- Add ``Running tests with the Google Chrome browser`` section.
  Briefly: ``ROBOT_BROWSER=chrome ./bin/test --all``
  [thet]

Bug fixes:

- Replaced deprecated ``Fail Unless Equal`` with ``Should Be Equal``
  in test.  [maurits]


0.9.16 (2016-06-07)
-------------------

Fixes:

- Removed bad format parameter on ObjectModifiedEvent: must be an Attributes instance.
  See zope.lifecycleevent.ObjectModifiedEvent class.
  Removed because we can't get the interface and the correct fieldname.
  [sgeulette]

0.9.15 (2016-02-26)
-------------------

Fixes:

- Do not require argparse, decorator, and simplejson in Python 2.7,
  only lower.  [maurits]

- Replace import of ``zope.testing.testrunner`` with ``zope.testrunner``.
  [thet]


0.9.14 (2015-10-11)
-------------------

- With lazy sandbox-server shutdown, let test layers to declare themselves
  dirty and force sandbox rebuild when required
  [datakurre]

- Fix PloneRobotFixture to know its deployment state and declare itself
  dirty when required for lazy sandbox-server shutdown support
  [datakurre]

0.9.13 (2015-10-10)
-------------------

- Add support for lazy sandbox-server (Zope2Server) shutdown with
  ``pybot --listener plone.app.framework.server.LazyStop`` or with
  Sphinx extension ``plone.app.robotframeworks.server`` to allow
  sequential Sphinx documents to share the same server for screenshots
  generation
  [datakurre]

0.9.12 (2015-09-27)
-------------------

- Fix CSRF errors on content creation keywords
  [vangheem]


0.9.11 (2015-09-16)
-------------------

- Fix issue where 'use_email_as_login' was not found in registry
  [datakurre]
- Fix selenium2library link in documentation
  [gotcha]
- Inline sample robot code for mentioned example into docs
  [pjoshi]

0.9.10 (2015-07-30)
-------------------

- Update good known versions.
  [gotcha]

- "Create content" keyword fix: creation of random images in ATCT did not
  work when dexterity was installed.
  [gotcha]


0.9.9 (2015-03-13)
------------------

- "Create content" keyword fixes: Fix creation of random images, add image to
  News Item if not defined, add file to File if not defined.
  [thet]

- Also detect mockup-based modals in the "Click Overlay Link" and
  "Click Overlay Button" keywords.
  [davisagli]

- Read ``use_email_as_login`` setting from the registry instead of portal
  properties (see https://github.com/plone/Products.CMFPlone/issues/216).
  [jcerjak]


0.9.8 (2014-11-11)
------------------

- Fix dependency on plone.namedfile to be optional
  [hvelarde, datakurre]

0.9.7 (2014-10-13)
------------------

- Restore robotsuite into direct dependencies for convenience
  [datakurre]

0.9.6 (2014-10-11)
------------------

- Fix package dependencies; Remove needless dependency on unittest2 Remove
  implicit dependency on z3c.relationfield unless it's required by the tested
  add-on
  [vincentfretin, hvelarde, datakurre]

0.9.5 (2014-10-09)
------------------

- Fix issue where Dexterity content creation without explicit id fails
  [datakurre]
- Add user keywords 'a logged in test user' and 'a logged in site owner'.
  [tisto]
- Add user.robot keywords.
  [tisto]
  [datakurre]
- Refactor Dexterity not to be explicit dependency
  [datakurre]
- Add default RobotRemote instance to support enabling the default remote
  library with collective.monkeypatcher (see p.a.robotframework.testing)
  [datakurre]

0.9.4 (2014-06-23)
------------------

- Make the 'id' parameter optional for the 'create content' keyword.
  [timo]

0.9.3 (2014-06-23)
------------------

- Add 'Global allow' content keyword
  [tisto]

0.9.2 (2014-04-28)
------------------

- Fix package dependencies
  [hvelarde]

0.9.1 (2014-04-16)
------------------

- Fix robot-server debug-mode support to work also in code reloading mode
  [datakurre]

0.9.0 (2014-04-13)
------------------

- Add a new command-line option for robot-server to start Zope in debug-mode
  (usage: bin/robot-server -d or bin/robot-server --debug-mode)
  [datakurre]
- Change robot LISTENER_PORT (used in communication between bin/robot-server
  and bin/robot via robotframework) to default port 49999 instead of 10001
  [datakurre]
- Add SELENIUM_RUN_ON_FAILURE-variable into resource file
  plone/app/robotframewor/selenium.robot to support custom keyword be called
  at the first failing step (defaults to Capture Page Screenshot, but can be
  changed to ease debugging)
- Refactor Debug keyword in plone/app/robotframwork/keywords.robot to
  to support both DebugLibrary and Dialogs-library and finally fallback to
  pdb REPL.
- Add new script bin/robot-debug as a shortcut to run robot with variable
  SELENIUM_RUN_ON_FAILURE=Debug
  [datakurre]
- Fix MOCK_MAILHOST_FIXTURE's teardown to don't crash on missing
  portal._original_mailhost attribute because of wrong layer order
  [thet]

0.8.5 (2014-04-02)
------------------

- Add 'Get total amount of sent emails'-keyword into MockMailHost remote
  library
  [datakurre]

0.8.4 (2014-03-31)
------------------

- Fix regression in PloneRobotFixture (used in documentation screenshots)
  [datakurre]

0.8.3 (2014-03-04)
------------------

- Fix 'title'-keyword argument to be optional for Create content -keyword
  [datakurre]

0.8.2 (2014-02-17)
------------------

- Move robotframework-debuglibrary into its own extras to not require it by
  default and to restore compatibility with robotframework < 2.8.
  **Note:** *Debug*-keywords now requires either that
  *plone.app.robotframework* is required with **[debug]** extras or that
  *robotframework-debuglibrary* is requires explicitly.
  [datakurre]

0.8.1 (2014-02-13)
------------------

- Fix debug-keyword to load DebugLibrary lazily to not require readline until
  its really required [fixes #20]
  [datakurre]

0.8.0 (2014-02-13)
------------------

- Add Debug-keyword by adding dependency on robotframework-debuglibrary and
  automatically include it in keywords.robot.
  [datakurre]

0.7.5 (2014-02-11)
------------------

- Fix crete content keyword to support schema.Object-fields (e.g. RichText)
  [datakurre]
- Fix support of passing list variables from environment into PloneRobotFixture
  [datakurre]

0.7.4 (2014-02-11)
------------------

- Add 'Delete content' keyword for content remote library
  [datakurre]

0.7.3 (2014-02-09)
------------------

- Allow to custom open browser keyword in server.robot
  [datakurre]

0.7.2 (2014-02-09)
------------------

- Add support for registering translations directly from docs for screenshots
  [datakurre]

0.7.1 (2014-02-08)
------------------

- Add ignored Sphinx-directives to pybot to make it easier to run pybot against
  Sphinx documentation
  [datakurre]
- Update libdoc-generated documentations
  [datakurre]

0.7.0 (2014-02-08)
------------------

- Fix kwargs support for robotframework >= 2.8.3 [fixes #17]
  [datakurre]
- Add path_to_uid method to content library.
  [tisto]
- Add content library container tests for documentation.
  [tisto]
- The title attribute for Dexterity types needs to be unicode.
  [tisto]
- Add field type reference (only intid support for now).
  [tisto]
- Add file/image support to set_field_value method/keyword.
  [tisto]
- Add support for list type.
  [tisto]
- Support setting RichText (Dexterity only).
  [tisto]
- Call reindexObject after setting a field value so the object is updated in
  the catalog as well.
  [tisto]
- Add new set_field_value keyword that allows to set the field type explicitly.
  [tisto]
- Fix use object_rename view instead of pop-up for rename content title
  [Gagaro]
- Fix use "a" instead of "span" for Open User Menu
  [Gagaro]
- Fix rename content title
  [Gagaro]

0.7.0rc4 (2013-11-13)
---------------------

- Add support for path as container argument value in Create content -keyword
  [datakurre]

0.7.0rc3 (2013-11-12)
---------------------

- Drop dependency on plone.api
  [datakurre]

0.7.0rc2 (2013-11-12)
---------------------

- Fix backwards compatibility with robotframework 1.7.7
  [datakurre]

0.7.0rc1 (2013-11-10)
---------------------

This is Arnhem Sprint preview release of 0.7.0.

- Refactor and clean; Rename 'Do transition' to 'Fire transition';  Split
  'PloneAPI' RemoteLibrary into 'Content' and 'Users' libraries
  [datakurre]
- Add 'Pause'-keyword
  [datakurre]
- Cleanup Zope2ServerRemote-library keywords
  [datakurre]
- Add I18N, MockMailHost, PortalSetup and PloneAPI -keywords from c.usermanual
  [datakurre]
- Rename RemoteServer-keyword library into Zope2ServerRemote and provide a
  shortcut import
  [datakurre]
- Fix to support explicit layers with zodb_setup and zodb_teardown calls,
  because sometime the layers is not available (because of different server
  library instance); Add remote library for zodb_setup and zodb_teardown
  keywords
  [datakurre]
- Rename PloneRobotSandboxLayer into PloneRobotFixture, because it's only
  usable as it is
  [datakurre]
- Drop LiveSearch-layer (it was CMFPlone-specific); Add MockMailHostlayer; Add
  robot configurable PloneRobotSandboxLayer
  [datakurre]
- Refactor to use python only for environment variables and define other
  variables in robot to support robot variable overrides
  [datakurre]
- Deprecate annotate-library in favor of Selenium2Screenshots-library
  [datakurre]
- Remove moved CMFPlone-tests
  [datakurre]
- Use robotframework 2.8.1
  [datakurre]
- Fix to tell in 'robot-server' help how to enable code-reloading support
  [fixes #13]
  [datakurre]
- Add entry point for robot.libdoc
  [Benoît Suttor]
- Return location to reference new content
  [Benoît Suttor]
- Refactor add content keywords
  [Benoît Suttor]
- Explain stop keyword from debugging library
  [Benoît Suttor]

0.6.4 (2013-08-19)
------------------

- Better support for Login/Logout on multilingual sites by not relying on
  'Log in' and 'Log out' on these pages. Check css locators instead.
  [saily]

0.6.3 (2013-06-28)
------------------

- ZSERVER_PORT, ZOPE_HOST and ZOPE_PORT environment variables are supported.
  [gotcha]

- Make ``robot-server`` show ``logging`` messages.
  [gotcha]

0.6.2 (2013-06-19)
------------------

- Remove the default selenium-version (SELENIUM_VERSION-variable) set for
  sessions Sauce Labs to fix issues with mobile browser testing
  (selenium-version must not be set when testing mobile browsers)
  [datakurre]
- Documentation updates
  [gotcha, datakurre]
- Add ``Capture viewport screenshot`` into annotate.robot keywords library
  [datakurre]
- Fix Speak-keyword to use ``jQuery`` instead of ``jq``
  [datakurre]

0.6.1 (2013-05-16)
------------------

- Fix ``Click Action by`` keyword. on Sunburst Theme the action id is
  #plone-contentmenu-actions-${name}
  [JeanMichel FRANCOIS]
- Enhance Server-library to support carefully designed additional layers
  (appended after the main layer)
  [datakurre]
- Documentatio updates
  [ebrehault, Fulvio Casali, saily]

0.6.0 (2013-04-30)
------------------

- Add verbose console output for robot-server for test setup and teardown
  [datakurre]
- Documentation update
  [datakurre, Silvio Tomatis]
- Merge pull request #2 from silviot/patch-1
- Add ``Element should become visible`` keyword
  [datakurre]

0.5.0 (2013-04-09)
------------------

- Add ``Align elements horizontally`` annotation keyword.

0.4.4 (2013-04-09)
------------------

- Fix image cropping math.

0.4.3 (2013-04-08)
------------------

- Fix the default Selenium timeout to be 30s instead of 10s, because
  defaults need to be safe at first and only then optimal.

0.4.2 (2013-04-08)
------------------

- Use ``Capture and crop page screenshot`` keyword in screencast example; Try
  more transparent annotation pointer

0.4.1 (2013-04-08)
------------------

- Rename ``Add dot`` to ``Add pointer`` and ``Add numbered dot`` to ``Add dot``;
  Available annotations keywords are now ``Add pointer``, ``Add dot`` and
  ``Add note``.

0.4.0 (2013-04-08)
------------------

- Moved speak.js into collective.js.speakjs.
- Add note positions. Add numbered dot
- Tune old annotation keywords.

0.3.0 (2013-04-07)
------------------

- Add annotation library with dot and note
- Add image cropping keyword into annotation library
- Restore pybot-entrypoint (it's needed for screenshot-usecase)

0.2.5 (2013-04-05)
------------------

- PLOG2013 development release.
- Fix Sauce Labs -library to work without tunnel identifier

0.2.4 (2013-04-04)
------------------

- PLOG2013 development release.
- Fix typo in AUTOLOGIN_LIBRARY_FIXTURE

0.2.3 (2013-04-04)
------------------

- PLOG2013 development release.
- Define dedicated reusable AUTOLOGIN_ROBOT_FIXTURE
- Drop BBB for plone.act
- Drop entrypoints for pure pybot and rebot to make it easier to use them pure
  without extra dependencies by installing robotentrypoints-package

0.1.0 (2013-04-03)
------------------

- PLOG2013 development release.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/plone/plone.app.robotframework/",
    "name": "plone.app.robotframework",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "robot automatic browser testing Plone",
    "author": "Asko Soukka",
    "author_email": "asko.soukka@iki.fi",
    "download_url": "https://files.pythonhosted.org/packages/ed/fa/680d260ba05f462615bc204d97a2230a2fd8b53e225f19365cc4d1adbbd7/plone.app.robotframework-2.1.2.tar.gz",
    "platform": null,
    "description": "plone.app.robotframework\n------------------------\n\n.. image:: https://img.shields.io/pypi/v/plone.app.robotframework.svg\n        :target: https://pypi.org/project/plone.app.robotframework/\n\n**plone.app.robotframework** provides `Robot Framework\n<http://code.google.com/p/robotframework/>`_ compatible resources and tools for\nwriting functional Selenium tests (including acceptance tests) for Plone CMS\nand its add-ons.\n\nPlease read the full documentation at `Plone Developer Documentation\n<https://docs.plone.org/external/plone.app.robotframework/docs/source/index.html>`_.\n\nContributors\n============\n\n- Anatoly Bubenkov\n- Asko Soukka\n- Beno\u00eet Suttor\n- Carles Bruguera\n- Chris Ewing\n- Chris Shenton\n- Daniel Widerin\n- Ed Manlove\n- Eric Brehault\n- Esa-Matti Suuronen\n- Fulvio Casali\n- Godefroid Chapelle\n- Hector Velarde\n- Jean-Michel Francois\n- Jens Klein\n- Johan Beyers\n- Johannes Raggam\n- Jonas Baumann\n- Kees Hink\n- Laure Perez Mayos\n- Leo Rochael\n- Mikko Ohtamaa\n- Roman Kozlovskyi\n- Silvio Tomatis\n- Steffen Lindner\n- Stephan Geulette\n- Timo Stollenwerk\n- Victor Fernandez de Alba\n- zotya\n\nChangelog\n=========\n\n.. You should *NOT* be adding new change log entries to this file.\n   You should create a file in the news directory instead.\n   For helpful instructions, please see:\n   https://github.com/plone/plone.releaser/blob/master/ADD-A-NEWS-ITEM.rst\n\n.. towncrier release notes start\n\n2.1.2 (2024-02-12)\n------------------\n\nBug fixes:\n\n\n- Fix duplicate installation of plone.app.contenttypes:default profile. @davisagli (#154)\n- Fix printing the server URL when robot-server is run without reloading enabled. @davisagli (#155)\n\n\n2.1.1 (2023-10-25)\n------------------\n\nInternal:\n\n\n- Update configuration files.\n  [plone devs] (434550cc)\n\n\n2.1.0 (2023-07-14)\n------------------\n\nNew features:\n\n\n- Add support for `playwright`-based tests via `robotframework-browser`.\n  [datakurre] (#3813)\n\n\nBug fixes:\n\n\n- Remove unused and empty keyword that was displaying an error.\n  [gforcada] (#147)\n\n\n2.0.1 (2023-02-22)\n------------------\n\nBug fixes:\n\n\n- Fix deprecation warnings (#142)\n\n\n2.0.0 (2022-11-30)\n------------------\n\nBug fixes:\n\n\n- Final release.\n  [gforcada] (#600)\n\n\n2.0.0b2 (2022-08-30)\n--------------------\n\nNew features:\n\n\n- Add keyword 'Wait For Elements'.\n  Here the requested element is allowed to match multiple times.\n  [maurits] (#3582)\n\n\nBug fixes:\n\n\n- Sleep in 'Wait For Element' and 'Wait For Then Click Element'.\n  After this sleep, check that the element in question is there only once.\n  Hopefully this will stabilize the Plone core robot tests.\n  [maurits] (#3582)\n\n\n2.0.0b1 (2022-06-23)\n--------------------\n\nNew features:\n\n\n- Add keywords for making sure an element is visible before clicking.\n  Keywords are: ``Wait For Element``, ``Wait For Then Click Element``, ``Wait For Then Click Invisible Element``.\n  [maurits] (#134)\n\n\nBug fixes:\n\n\n- Change the Selenium timeout from 30 seconds to 7.  [maurits] (#135)\n\n\n2.0.0a6 (2022-05-14)\n--------------------\n\nBug fixes:\n\n\n- Replace WSGI_SERVER_TEST_SCOPE_FIXTURE used in VOLTO_ROBOT_TESTING with WSGI_SERVER_SINGLE_THREADED_FIXTUREOLTO_ROBOT_TESTING.\n  [datakurre] (#133)\n\n\n2.0.0a5 (2022-05-09)\n--------------------\n\nBug fixes:\n\n\n- Fixed undefined name, should have been ``WSGI_SERVER_TEST_SCOPE_FIXTURE``.  [maurits] (#131)\n\n\n2.0.0a4 (2022-05-09)\n--------------------\n\nBreaking changes:\n\n\n- Cleanup: Python 3 only, Dexterity only, isort, black.\n  [maurits] (#129)\n\n\nBug fixes:\n\n\n- Make compatible with robotframework 3-5.\n  [maurits] (#5)\n- Fix Volto Cypress tests by adding a new functional test layer plone.app.robotframework.testing.VOLTO_ROBOT_TESTING layer, which does not not accept requests between tests cases.\n  [datakurre] (#131)\n\n\n2.0.0a3 (2022-04-04)\n--------------------\n\nBug fixes:\n\n\n- Update modal and toolbar selectors for ES6.\n  [agitator] (#126)\n\n\n2.0.0a2 (2022-03-09)\n--------------------\n\nNew features:\n\n\n- Add VHM support in the PloneRobotFixture\n  [sneridagh] (#127)\n\n\n2.0.0a1 (2021-08-04)\n--------------------\n\nBreaking changes:\n\n\n- Update to Barceloneta-LTS selectors\n  [petschki] (#123)\n\n\n1.5.6 (2020-10-12)\n------------------\n\nNew features:\n\n\n- Removed backwards compatibility code for old quickinstaller.\n  Current plone.app.robotframework is only for Plone 5.2+, so this code was no longer used.\n  See also `PLIP 1775 <https://github.com/plone/Products.CMFPlone/issues/1775>`_.\n  [maurits] (#1775)\n\n\n1.5.5 (2020-09-26)\n------------------\n\nBug fixes:\n\n\n- Fixed error ``Variable '${CMFPLONE_SELECTORS}' not found`` on Plone 6.\n  [maurits] (#680)\n- Fixed DeprecationWarning: invalid escape sequence.\n  [maurits] (#3130)\n\n\n1.5.4 (2020-03-13)\n------------------\n\nBug fixes:\n\n\n- Fixed package install error with Python 3.6 without locale.\n  See `coredev issue 642 <https://github.com/plone/buildout.coredev/issues/642#issuecomment-597008272>`_.\n  [maurits] (#642)\n\n\n1.5.3 (2019-11-25)\n------------------\n\nBug fixes:\n\n\n- Fix the Debug keyword (#114)\n- Remove deprecation warnings [ale-rt] (#116)\n\n\n1.5.2 (2019-05-21)\n------------------\n\nBug fixes:\n\n\n- Removed the legacy keyword ``Refresh JS/CSS resources``.\n  [Rotonen] (#110)\n- Use the 'Plone test setup' and 'Plone test teardown' keywords in the Robot tests.\n  [Rotonen] (#110)\n- Stabilize tests by defaulting to a browser window size of 4K x 4K.\n  [Rotonen] (#110)\n\n\n1.5.1 (2019-05-01)\n------------------\n\nBug fixes:\n\n\n- Patch selenium.is_connectable for Python 3 to retry on ConnectionResetError.\n  See `issue 2786 <https://github.com/plone/Products.CMFPlone/issues/2786>`_.\n  [maurits] (#2786)\n\n\n1.5.0 (2019-02-08)\n------------------\n\nNew features:\n\n\n- Print the ZServer and XMLRPC URLs when starting up the server. [jone] (#106)\n\n\nBug fixes:\n\n\n- Remove five.globalrequest dependency. It has been deprecated upstream (Zope\n  4). [gforcada] (#95)\n- Fix old links on remote.py [gforcada] (#96)\n- Use the standard library signal module instead of the ZServer Signal module\n  [ale-rt] (#97)\n- Fix the travis build which is broken since we are picking a random port\n  (fixes #100) [ale-rt] (#100)\n- Do not raise an error if the child processes we want to kill is not there\n  anymore. Replace \"Zope 2 server\" with the more appropriate \"Zope robot\n  server\" [ale-rt] (#104)\n\n\n1.4.0 (2018-10-31)\n------------------\n\nNew features:\n\n- Read files as binary in Python 3.\n  [davisagli]\n\n- Avoid test layer isolation problems by setting the remote library\n  as an attribute of the PloneSite class instead of a particular\n  portal instance.\n  [davisagli]\n\n\n1.3.1 (2018-10-31)\n------------------\n\nBreaking changes:\n\n- Default to the new plone.testing default of picking the ZServer port\n  dynamically.\n  [Rotonen]\n\n\n1.3.0 (2018-10-01)\n------------------\n\nNew features:\n\n- Remove compatibility code for Plone 4.x.\n  [hvelarde]\n\n- Skip Support for Plone 4.x.\n  [jensens]\n\nBug fixes:\n\n- Add support for Python 3.\n  [davisagli]\n\n- Support for Plone 5.x toolbar, i18n, ...\n  [jensens]\n\n- Fix RemoteLibrary ``i18n`` to work proper with registry based settings.\n  [jensens]\n\n- Make robotframework work with merged ``plone.login``.\n  [jensens]\n\n- Fix Travis CI setup.\n  [jensens]\n\n\n1.2.1 (2018-06-22)\n------------------\n\nBug fixes:\n\n- Fixed create user with multiple roles with args::\n\n      Create user  siteadmin  Contributor  Reviewer  Site Administrator\n\n  and with kwargs::\n\n      @{roles} =  Create list  Contributor  Reviewer  Site Administrator\n      Create user  siteadmin  roles=@{roles}\n\n  [ksuess, datakurre]\n\n\n1.2.0 (2018-02-23)\n------------------\n\nNew features:\n\n- Imports are Python3 compatible. Add six into install_requires set and sort\n  each file's imports with the isort package.\n  [b4oshany, @davilima6]\n\n\n1.1.3 (2018-02-02)\n------------------\n\nBug fixes:\n\n- Import ``activatePluginInterfaces`` from ``Products.PlonePAS.setuphandlers``.\n  [maurits]\n\n\n1.1.2 (2018-01-30)\n------------------\n\nBug fixes:\n\n- Use ``get_installer`` for checking if a product is installed.\n  Fall back to getting the ``portal_quickinstaller`` tool.\n  [maurits]\n\n\n1.1.1 (2017-06-28)\n------------------\n\nBug fixes:\n\n- Update links to external documentation.  [jensens]\n\n\n1.1 (2017-04-08)\n----------------\n\nNew features:\n\n- Add new variable ${SELENIUM2LIBRARY_RUN_ON_FAILURE} with default value\n  'No operation' (Robot Framework built-in keyword with no action) to define\n  operation immediately after failed Selenium keyword\n  [datakurre]\n\nBug fixes:\n\n- Fix issue where an error \"No keyword with name 'No keyword' found.\" after\n  a failing test was reported\n  [datakurre]\n\n\n1.0.3 (2017-03-28)\n------------------\n\nNew features:\n\n- Manage datetime and date field types in \"set field value\" keyword\n  [sgeulette]\n\n- Manage RelationList field using \"references\" field type in \"set field value\" keyword\n  [sgeulette]\n\n\n1.0.2 (2017-02-22)\n------------------\n\nBug fixes:\n\n- Fix issue where custom pybot-entrypoint failed to parse Sphinx-document with :ref:\n  [datakurre]\n\n\n1.0.1 (2016-09-08)\n------------------\n\nBug fixes:\n\n- fix broken links\n  [staeff]\n\n\n1.0 (2016-07-15)\n----------------\n\nBreaking changes:\n\n- Do not use ``run_on_failure`` from ``Selenium2Library``.  This\n  interferes with ``Wait until keyword succeeds``: an initial failure\n  is seen as total failure instead of checking the retries of this\n  keyword.  See https://github.com/plone/Products.CMFPlone/pull/1652\n  [maurits]\n\n\n0.9.17 (2016-07-15)\n-------------------\n\nNew features:\n\n- Test with robotframework version 3.0.   [maurits]\n\n- Added ``Plone Test Setup`` and ``Plone Test Teardown`` keywords.  In\n  that last one, in case of a failure do what is done by\n  ``run_on_failure``, which will be removed in version 1.0.  This\n  means a screen shot by default, but you can override this on the\n  command line with for example ``ROBOT_SELENIUM_RUN_ON_FAILURE=Debug``.\n  See https://github.com/plone/Products.CMFPlone/pull/1652\n  [maurits]\n\n- Add ``Running tests with the Google Chrome browser`` section.\n  Briefly: ``ROBOT_BROWSER=chrome ./bin/test --all``\n  [thet]\n\nBug fixes:\n\n- Replaced deprecated ``Fail Unless Equal`` with ``Should Be Equal``\n  in test.  [maurits]\n\n\n0.9.16 (2016-06-07)\n-------------------\n\nFixes:\n\n- Removed bad format parameter on ObjectModifiedEvent: must be an Attributes instance.\n  See zope.lifecycleevent.ObjectModifiedEvent class.\n  Removed because we can't get the interface and the correct fieldname.\n  [sgeulette]\n\n0.9.15 (2016-02-26)\n-------------------\n\nFixes:\n\n- Do not require argparse, decorator, and simplejson in Python 2.7,\n  only lower.  [maurits]\n\n- Replace import of ``zope.testing.testrunner`` with ``zope.testrunner``.\n  [thet]\n\n\n0.9.14 (2015-10-11)\n-------------------\n\n- With lazy sandbox-server shutdown, let test layers to declare themselves\n  dirty and force sandbox rebuild when required\n  [datakurre]\n\n- Fix PloneRobotFixture to know its deployment state and declare itself\n  dirty when required for lazy sandbox-server shutdown support\n  [datakurre]\n\n0.9.13 (2015-10-10)\n-------------------\n\n- Add support for lazy sandbox-server (Zope2Server) shutdown with\n  ``pybot --listener plone.app.framework.server.LazyStop`` or with\n  Sphinx extension ``plone.app.robotframeworks.server`` to allow\n  sequential Sphinx documents to share the same server for screenshots\n  generation\n  [datakurre]\n\n0.9.12 (2015-09-27)\n-------------------\n\n- Fix CSRF errors on content creation keywords\n  [vangheem]\n\n\n0.9.11 (2015-09-16)\n-------------------\n\n- Fix issue where 'use_email_as_login' was not found in registry\n  [datakurre]\n- Fix selenium2library link in documentation\n  [gotcha]\n- Inline sample robot code for mentioned example into docs\n  [pjoshi]\n\n0.9.10 (2015-07-30)\n-------------------\n\n- Update good known versions.\n  [gotcha]\n\n- \"Create content\" keyword fix: creation of random images in ATCT did not\n  work when dexterity was installed.\n  [gotcha]\n\n\n0.9.9 (2015-03-13)\n------------------\n\n- \"Create content\" keyword fixes: Fix creation of random images, add image to\n  News Item if not defined, add file to File if not defined.\n  [thet]\n\n- Also detect mockup-based modals in the \"Click Overlay Link\" and\n  \"Click Overlay Button\" keywords.\n  [davisagli]\n\n- Read ``use_email_as_login`` setting from the registry instead of portal\n  properties (see https://github.com/plone/Products.CMFPlone/issues/216).\n  [jcerjak]\n\n\n0.9.8 (2014-11-11)\n------------------\n\n- Fix dependency on plone.namedfile to be optional\n  [hvelarde, datakurre]\n\n0.9.7 (2014-10-13)\n------------------\n\n- Restore robotsuite into direct dependencies for convenience\n  [datakurre]\n\n0.9.6 (2014-10-11)\n------------------\n\n- Fix package dependencies; Remove needless dependency on unittest2 Remove\n  implicit dependency on z3c.relationfield unless it's required by the tested\n  add-on\n  [vincentfretin, hvelarde, datakurre]\n\n0.9.5 (2014-10-09)\n------------------\n\n- Fix issue where Dexterity content creation without explicit id fails\n  [datakurre]\n- Add user keywords 'a logged in test user' and 'a logged in site owner'.\n  [tisto]\n- Add user.robot keywords.\n  [tisto]\n  [datakurre]\n- Refactor Dexterity not to be explicit dependency\n  [datakurre]\n- Add default RobotRemote instance to support enabling the default remote\n  library with collective.monkeypatcher (see p.a.robotframework.testing)\n  [datakurre]\n\n0.9.4 (2014-06-23)\n------------------\n\n- Make the 'id' parameter optional for the 'create content' keyword.\n  [timo]\n\n0.9.3 (2014-06-23)\n------------------\n\n- Add 'Global allow' content keyword\n  [tisto]\n\n0.9.2 (2014-04-28)\n------------------\n\n- Fix package dependencies\n  [hvelarde]\n\n0.9.1 (2014-04-16)\n------------------\n\n- Fix robot-server debug-mode support to work also in code reloading mode\n  [datakurre]\n\n0.9.0 (2014-04-13)\n------------------\n\n- Add a new command-line option for robot-server to start Zope in debug-mode\n  (usage: bin/robot-server -d or bin/robot-server --debug-mode)\n  [datakurre]\n- Change robot LISTENER_PORT (used in communication between bin/robot-server\n  and bin/robot via robotframework) to default port 49999 instead of 10001\n  [datakurre]\n- Add SELENIUM_RUN_ON_FAILURE-variable into resource file\n  plone/app/robotframewor/selenium.robot to support custom keyword be called\n  at the first failing step (defaults to Capture Page Screenshot, but can be\n  changed to ease debugging)\n- Refactor Debug keyword in plone/app/robotframwork/keywords.robot to\n  to support both DebugLibrary and Dialogs-library and finally fallback to\n  pdb REPL.\n- Add new script bin/robot-debug as a shortcut to run robot with variable\n  SELENIUM_RUN_ON_FAILURE=Debug\n  [datakurre]\n- Fix MOCK_MAILHOST_FIXTURE's teardown to don't crash on missing\n  portal._original_mailhost attribute because of wrong layer order\n  [thet]\n\n0.8.5 (2014-04-02)\n------------------\n\n- Add 'Get total amount of sent emails'-keyword into MockMailHost remote\n  library\n  [datakurre]\n\n0.8.4 (2014-03-31)\n------------------\n\n- Fix regression in PloneRobotFixture (used in documentation screenshots)\n  [datakurre]\n\n0.8.3 (2014-03-04)\n------------------\n\n- Fix 'title'-keyword argument to be optional for Create content -keyword\n  [datakurre]\n\n0.8.2 (2014-02-17)\n------------------\n\n- Move robotframework-debuglibrary into its own extras to not require it by\n  default and to restore compatibility with robotframework < 2.8.\n  **Note:** *Debug*-keywords now requires either that\n  *plone.app.robotframework* is required with **[debug]** extras or that\n  *robotframework-debuglibrary* is requires explicitly.\n  [datakurre]\n\n0.8.1 (2014-02-13)\n------------------\n\n- Fix debug-keyword to load DebugLibrary lazily to not require readline until\n  its really required [fixes #20]\n  [datakurre]\n\n0.8.0 (2014-02-13)\n------------------\n\n- Add Debug-keyword by adding dependency on robotframework-debuglibrary and\n  automatically include it in keywords.robot.\n  [datakurre]\n\n0.7.5 (2014-02-11)\n------------------\n\n- Fix crete content keyword to support schema.Object-fields (e.g. RichText)\n  [datakurre]\n- Fix support of passing list variables from environment into PloneRobotFixture\n  [datakurre]\n\n0.7.4 (2014-02-11)\n------------------\n\n- Add 'Delete content' keyword for content remote library\n  [datakurre]\n\n0.7.3 (2014-02-09)\n------------------\n\n- Allow to custom open browser keyword in server.robot\n  [datakurre]\n\n0.7.2 (2014-02-09)\n------------------\n\n- Add support for registering translations directly from docs for screenshots\n  [datakurre]\n\n0.7.1 (2014-02-08)\n------------------\n\n- Add ignored Sphinx-directives to pybot to make it easier to run pybot against\n  Sphinx documentation\n  [datakurre]\n- Update libdoc-generated documentations\n  [datakurre]\n\n0.7.0 (2014-02-08)\n------------------\n\n- Fix kwargs support for robotframework >= 2.8.3 [fixes #17]\n  [datakurre]\n- Add path_to_uid method to content library.\n  [tisto]\n- Add content library container tests for documentation.\n  [tisto]\n- The title attribute for Dexterity types needs to be unicode.\n  [tisto]\n- Add field type reference (only intid support for now).\n  [tisto]\n- Add file/image support to set_field_value method/keyword.\n  [tisto]\n- Add support for list type.\n  [tisto]\n- Support setting RichText (Dexterity only).\n  [tisto]\n- Call reindexObject after setting a field value so the object is updated in\n  the catalog as well.\n  [tisto]\n- Add new set_field_value keyword that allows to set the field type explicitly.\n  [tisto]\n- Fix use object_rename view instead of pop-up for rename content title\n  [Gagaro]\n- Fix use \"a\" instead of \"span\" for Open User Menu\n  [Gagaro]\n- Fix rename content title\n  [Gagaro]\n\n0.7.0rc4 (2013-11-13)\n---------------------\n\n- Add support for path as container argument value in Create content -keyword\n  [datakurre]\n\n0.7.0rc3 (2013-11-12)\n---------------------\n\n- Drop dependency on plone.api\n  [datakurre]\n\n0.7.0rc2 (2013-11-12)\n---------------------\n\n- Fix backwards compatibility with robotframework 1.7.7\n  [datakurre]\n\n0.7.0rc1 (2013-11-10)\n---------------------\n\nThis is Arnhem Sprint preview release of 0.7.0.\n\n- Refactor and clean; Rename 'Do transition' to 'Fire transition';  Split\n  'PloneAPI' RemoteLibrary into 'Content' and 'Users' libraries\n  [datakurre]\n- Add 'Pause'-keyword\n  [datakurre]\n- Cleanup Zope2ServerRemote-library keywords\n  [datakurre]\n- Add I18N, MockMailHost, PortalSetup and PloneAPI -keywords from c.usermanual\n  [datakurre]\n- Rename RemoteServer-keyword library into Zope2ServerRemote and provide a\n  shortcut import\n  [datakurre]\n- Fix to support explicit layers with zodb_setup and zodb_teardown calls,\n  because sometime the layers is not available (because of different server\n  library instance); Add remote library for zodb_setup and zodb_teardown\n  keywords\n  [datakurre]\n- Rename PloneRobotSandboxLayer into PloneRobotFixture, because it's only\n  usable as it is\n  [datakurre]\n- Drop LiveSearch-layer (it was CMFPlone-specific); Add MockMailHostlayer; Add\n  robot configurable PloneRobotSandboxLayer\n  [datakurre]\n- Refactor to use python only for environment variables and define other\n  variables in robot to support robot variable overrides\n  [datakurre]\n- Deprecate annotate-library in favor of Selenium2Screenshots-library\n  [datakurre]\n- Remove moved CMFPlone-tests\n  [datakurre]\n- Use robotframework 2.8.1\n  [datakurre]\n- Fix to tell in 'robot-server' help how to enable code-reloading support\n  [fixes #13]\n  [datakurre]\n- Add entry point for robot.libdoc\n  [Beno\u00eet Suttor]\n- Return location to reference new content\n  [Beno\u00eet Suttor]\n- Refactor add content keywords\n  [Beno\u00eet Suttor]\n- Explain stop keyword from debugging library\n  [Beno\u00eet Suttor]\n\n0.6.4 (2013-08-19)\n------------------\n\n- Better support for Login/Logout on multilingual sites by not relying on\n  'Log in' and 'Log out' on these pages. Check css locators instead.\n  [saily]\n\n0.6.3 (2013-06-28)\n------------------\n\n- ZSERVER_PORT, ZOPE_HOST and ZOPE_PORT environment variables are supported.\n  [gotcha]\n\n- Make ``robot-server`` show ``logging`` messages.\n  [gotcha]\n\n0.6.2 (2013-06-19)\n------------------\n\n- Remove the default selenium-version (SELENIUM_VERSION-variable) set for\n  sessions Sauce Labs to fix issues with mobile browser testing\n  (selenium-version must not be set when testing mobile browsers)\n  [datakurre]\n- Documentation updates\n  [gotcha, datakurre]\n- Add ``Capture viewport screenshot`` into annotate.robot keywords library\n  [datakurre]\n- Fix Speak-keyword to use ``jQuery`` instead of ``jq``\n  [datakurre]\n\n0.6.1 (2013-05-16)\n------------------\n\n- Fix ``Click Action by`` keyword. on Sunburst Theme the action id is\n  #plone-contentmenu-actions-${name}\n  [JeanMichel FRANCOIS]\n- Enhance Server-library to support carefully designed additional layers\n  (appended after the main layer)\n  [datakurre]\n- Documentatio updates\n  [ebrehault, Fulvio Casali, saily]\n\n0.6.0 (2013-04-30)\n------------------\n\n- Add verbose console output for robot-server for test setup and teardown\n  [datakurre]\n- Documentation update\n  [datakurre, Silvio Tomatis]\n- Merge pull request #2 from silviot/patch-1\n- Add ``Element should become visible`` keyword\n  [datakurre]\n\n0.5.0 (2013-04-09)\n------------------\n\n- Add ``Align elements horizontally`` annotation keyword.\n\n0.4.4 (2013-04-09)\n------------------\n\n- Fix image cropping math.\n\n0.4.3 (2013-04-08)\n------------------\n\n- Fix the default Selenium timeout to be 30s instead of 10s, because\n  defaults need to be safe at first and only then optimal.\n\n0.4.2 (2013-04-08)\n------------------\n\n- Use ``Capture and crop page screenshot`` keyword in screencast example; Try\n  more transparent annotation pointer\n\n0.4.1 (2013-04-08)\n------------------\n\n- Rename ``Add dot`` to ``Add pointer`` and ``Add numbered dot`` to ``Add dot``;\n  Available annotations keywords are now ``Add pointer``, ``Add dot`` and\n  ``Add note``.\n\n0.4.0 (2013-04-08)\n------------------\n\n- Moved speak.js into collective.js.speakjs.\n- Add note positions. Add numbered dot\n- Tune old annotation keywords.\n\n0.3.0 (2013-04-07)\n------------------\n\n- Add annotation library with dot and note\n- Add image cropping keyword into annotation library\n- Restore pybot-entrypoint (it's needed for screenshot-usecase)\n\n0.2.5 (2013-04-05)\n------------------\n\n- PLOG2013 development release.\n- Fix Sauce Labs -library to work without tunnel identifier\n\n0.2.4 (2013-04-04)\n------------------\n\n- PLOG2013 development release.\n- Fix typo in AUTOLOGIN_LIBRARY_FIXTURE\n\n0.2.3 (2013-04-04)\n------------------\n\n- PLOG2013 development release.\n- Define dedicated reusable AUTOLOGIN_ROBOT_FIXTURE\n- Drop BBB for plone.act\n- Drop entrypoints for pure pybot and rebot to make it easier to use them pure\n  without extra dependencies by installing robotentrypoints-package\n\n0.1.0 (2013-04-03)\n------------------\n\n- PLOG2013 development release.\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Robot Framework testing resources for Plone",
    "version": "2.1.2",
    "project_urls": {
        "Homepage": "https://github.com/plone/plone.app.robotframework/"
    },
    "split_keywords": [
        "robot",
        "automatic",
        "browser",
        "testing",
        "plone"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef419c28e94daf3bcada93e4d7e4385e4d68de50f7d83f46a8be5cad03d962bd",
                "md5": "a2c0f0f88b8ade44f8029a3e4880295b",
                "sha256": "eb21fcdc14c4f51d59e8e18567088041448737969143fa2ae8d21b21f44d0521"
            },
            "downloads": -1,
            "filename": "plone.app.robotframework-2.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a2c0f0f88b8ade44f8029a3e4880295b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 130732,
            "upload_time": "2024-02-12T15:11:18",
            "upload_time_iso_8601": "2024-02-12T15:11:18.358184Z",
            "url": "https://files.pythonhosted.org/packages/ef/41/9c28e94daf3bcada93e4d7e4385e4d68de50f7d83f46a8be5cad03d962bd/plone.app.robotframework-2.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edfa680d260ba05f462615bc204d97a2230a2fd8b53e225f19365cc4d1adbbd7",
                "md5": "ff5916bbf5381ea5910e24d086e9712b",
                "sha256": "7f698bff2a5eb8917187a29fbde1a232f054864d77d30dc46c90814b722fd2fd"
            },
            "downloads": -1,
            "filename": "plone.app.robotframework-2.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ff5916bbf5381ea5910e24d086e9712b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 913399,
            "upload_time": "2024-02-12T15:11:21",
            "upload_time_iso_8601": "2024-02-12T15:11:21.772548Z",
            "url": "https://files.pythonhosted.org/packages/ed/fa/680d260ba05f462615bc204d97a2230a2fd8b53e225f19365cc4d1adbbd7/plone.app.robotframework-2.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 15:11:21",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "plone",
    "github_project": "plone.app.robotframework",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "plone.app.robotframework"
}
        
Elapsed time: 0.18795s