Robot Framework extension for Sphinx
Project 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.
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]