Metadata-Version: 1.1
Name: plone.app.robotframework
Version: 0.6.3
Summary: Robot Framework testing resources for Plone
Home-page: https://github.com/plone/plone.app.robotframework/
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: gpl
Description: plone.app.robotframework
        ------------------------
        
        .. image:: https://secure.travis-ci.org/plone/plone.app.robotframework.png
             :target: http://travis-ci.org/plone/plone.app.robotframework
        
        .. image:: https://saucelabs.com/buildstatus/parobotframework
               :target: https://saucelabs.com/u/parobotframework
               
        .. image:: https://pypip.in/v/plone.app.robotframework/badge.png
                :target: https://crate.io/packages/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
        <http://developer.plone.org/reference_manuals/external/plone.app.robotframework/>`_.
        
        
        Contributors
        ============
        
        - Anatoly Bubenkov
        - Asko Soukka
        - Carles Bruguera
        - Chris Ewing
        - Chris Shenton
        - Daniel Widerin
        - Ed Manlove
        - Eric Brehault
        - Esa-Matti Suuronen
        - Fulvio Casali
        - Godefroid Chapelle, Original Author
        - Hector Velarde
        - Jean-Michel Francois
        - Johan Beyers
        - Jonas Baumann
        - Kees Hink
        - Laure Perez Mayos
        - Leo Rochael
        - Mikko Ohtamaa
        - Roman Kozlovskyi
        - Silvio Tomatis
        - Steffen Lindner
        - Timo Stollenwerk
        - Victor Fernandez de Alba
        - zotya
        
        Changelog
        =========
        
        0.6.3 (2013-06-28)
        ------------------
        
        - ZSERVER_PORT, ZOPE_HOST and ZOPE_PORT environment variables are supported.
          [Godefroid Chapelle]
        
        - Make ``robot-server`` show ``logging`` messages.
          [Godefroid Chapelle]
        
        
        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)
          [Asko Soukka]
        - Documentation updates
          [Godefroid Chapelle, Asko Soukka]
        - Add ``Capture viewport screenshot`` into annotate.robot keywords library
          [Asko Soukka]
        - Fix Speak-keyword to use ``jQuery`` instead of ``jq``
          [Asko Soukka]
        
        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, Daniel Widerin]
        
        0.6.0 (2013-04-30)
        ------------------
        
        - Add verbose console outout for robot-server for test setup and teardown
          [Asko Soukka]
        - Documentation update
          [Asko Soukka, Silvio Tomatis]
        - Merge pull request #2 from silviot/patch-1
        - Add ``Element should become visible`` keyword
          [Asko Soukka]
        
        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 re-usable 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.
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
