Welcome, guest | Sign In | My Account | Store | Cart

Notice! PyPM is being replaced with the ActiveState Platform, which enhances PyPM’s build and deploy capabilities. Create your free Platform account to download ActivePython or customize Python with the packages you require and get automatic updates.

Download
ActivePython

RobotDriver is unavailable in PyPM, because there aren't any builds for it in the package repositories. Click the linked icons to find out why.

 Python 2.7Python 3.2Python 3.3
Windows (32-bit)
Windows (64-bit)
Mac OS X (10.5+)
Linux (32-bit)
Linux (64-bit)
 
Links
Author
License
New BSD
Dependencies

Introduction

RobotDriver is a Trac plugin that adds RobotFramework support to Bitten.

Installation

Installation is done just as for any other Trac plugin. Using the pip or easy_install command from setuptools is the easiest.

To install using pip:

pip install robotdriver

To install using easy_install:

easy_install robotdriver

After that you must configure your Trac project to use the plugin. Edit conf/trac.ini in your Trac directory to include this:

[components]
robotdriver.* = enabled

If you have downloaded a source tarball you can install it by doing the following,:

$ python setup.py build
# python setup.py install # as root

Example

An example build recipe for Bitten might like this:

<build xmlns:svn="http://bitten.edgewall.org/tools/svn"
      xmlns:sh="http://bitten.edgewall.org/tools/sh"
      xmlns:robotdriver="http://bitbucket.org/xyb/robotdriver">

    <step id="checkout" description="Checkout source">
      <svn:checkout path="${path}" url="http://svn.douban.com/svn/robotdriver" revision="${revision}"/>
    </step>

    <step id="robot" description="Gather robotframework report">
      <sh:exec executable="pybot" args="-C off -l NONE -r NONE -o output.xml data_sources"/>
      <robotdriver:robot file="output.xml" />
    </step>

</build>

License

This software is licensed under the New BSD License. See the LICENSE file in the top distribution directory for the full license text.

Subscribe to package updates

What does the lock icon mean?

Builds marked with a lock icon are only available via PyPM to users with a current ActivePython Business Edition subscription.

Need custom builds or support?

ActivePython Enterprise Edition guarantees priority access to technical support, indemnification, expert consulting and quality-assured language builds.

Plan on re-distributing ActivePython?

Get re-distribution rights and eliminate legal risks with ActivePython OEM Edition.