Metadata-Version: 1.0
Name: sphinxcontrib-robotframework
Version: 0.5.0
Summary: Robot Framework extension for Sphinx
Home-page: http://github.com/datakurre/sphinxcontrib_robotframework
Author: Asko Soukka
Author-email: asko.soukka@iki.fi
License: GPL
Description: Robot Framework extension for Sphinx
        ====================================
        
        **sphinxcontrib-robotframework** is a Sphinx_-extension, which executes
        embedded `Robot Framework`_ tests during ``sphinx-build``.
        
        **sphinxcontrib-robotframework** can be used in doctest_ way to validate
        examples shown in documentation or with Selenium_ and its Robot Framework
        integration, Selenium2Library_, to generate scripted screenshots during
        the documentation compiliation time, for CI-generated up-to-date screenshots.
        
        .. _Robot Framework: http://robotframework.org/
        .. _Selenium2Library: https://github.com/rtomac/robotframework-selenium2library
        .. _Selenium: http://docs.seleniumhq.org/
        .. _Sphinx: http://sphinx-doc.org/
        .. _doctest: https://docs.python.org/2/library/doctest.html
        
        `Read the docs for more detailed information.`__
        
        __ https://sphinxcontrib-robotframework.readthedocs.org/
        
        Changelog
        =========
        
        0.5.0 (2014-12-24)
        ------------------
        
        - Add to persist log of successfully run Robot Framework tests and to not
          re-run them until they are changed (or build is cleared).
          This obsoletes ``.. robotframework:: :creates:`` -behavior.
          [datakurre]
        
        0.4.4 (2014-07-20)
        ------------------
        
        - Update documentation
          [datakurre]
        
        0.4.3 (2014-02-10)
        ------------------
        
        - Add global 'quiet' option to drop all robot syntax from sphinx output
          [datakurre]
        
        0.4.2 (2013-09-30)
        ------------------
        
        - Fix to keep working with robotframework < 2.8.x
          [datakurre]
        
        0.4.1 (2013-09-30)
        ------------------
        
        - Add test suite validation and skip running test suites without test cases
          [datakurre]
        
        0.4.0 (2013-09-29)
        ------------------
        
        - Add support for overriding robot variables using ROBOT\_-prefixed environment
          variables [datakurre]
        
        0.3.1 (2013-09-21)
        ------------------
        
        - Fix issue in Sphinx's image processing after test has been run
          [datakurre]
        
Platform: UNKNOWN
