Skip to main content

RobotFramework support for Bitten

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

RobotDriver-0.2.3.tar.gz (5.8 kB view details)

Uploaded Source

File details

Details for the file RobotDriver-0.2.3.tar.gz.

File metadata

  • Download URL: RobotDriver-0.2.3.tar.gz
  • Upload date:
  • Size: 5.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for RobotDriver-0.2.3.tar.gz
Algorithm Hash digest
SHA256 bc3aff2a798b3bbd6d64d5cda7089d1d865b01a4152dcf5b7a21705d2dc31d61
MD5 9a4ab972c58ebd066120be50a0dad8e0
BLAKE2b-256 e37c0587ca9d6727683cb1b09ec2a37e67099901b945f28c443ea125583050f6

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page