Metadata-Version: 1.0
Name: plone.app.robotframework
Version: 0.5.0
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** 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/#manuals>`_.
        
        .. 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
        
        Contributors
        ============
        
        - Anatoly Bubenkov
        - Asko Soukka
        - Carles Bruguera
        - Chris Ewing
        - Chris Shenton
        - Ed Manlove
        - Esa-Matti Suuronen
        - Fulvio Casali
        - Godefroid Chapelle, Original Author
        - Hector Velarde
        - Johan Beyers
        - Jonas Baumann
        - Kees Hink
        - Laure Perez Mayos
        - Leo Rochael
        - Mikko Ohtamaa
        - Roman Kozlovskyi
        - Steffen Lindner
        - Timo Stollenwerk
        - Victor Fernandez de Alba
        - zotya
        
        Changelog
        =========
        
        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
