未验证 提交 0baf8a16 编写于 作者: C Cleber Rosa

Merge branch 'docs_robot_v2'

Signed-off-by: NCleber Rosa <crosa@redhat.com>
......@@ -9,4 +9,5 @@ The following pages are the documentation for the optical plugins:
.. toctree::
:maxdepth: 1
results.rst
results
robot
============
Robot Plugin
============
This optional plugin enables Avocado to work with tests originally
written using the `Robot Framework <http://robotframework.org/>`_ API.
To install the Robot plugin from pip, use::
$ sudo pip install avocado-framework-plugin-robot
After installed, you can list/run Robot tests the same way you do with
other types of tests.
To list the tests, execute::
$ avocado list ~/path/to/robot/tests/test.robot
Directories are also accepted. To run the tests, execute::
$ avocado run ~/path/to/robot/tests/test.robot
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册