Giter Site home page Giter Site logo

testrail-python's Introduction

TestRail Python Library

Build Status Coverage Status PyPI version

This Python Library allows you to easily publish results and manage your TestRail instance.

Warning

This library is still in beta. This means little to no testing and future releases may break compatibility. Please evaluate and report bugs/enhancements.

Quick Start

from testrail import TestRail

testrail = TestRail(project_id=1)
milestone = testrail.milestone('rel-2.3')
milestone.is_completed = True
testrail.update(milestone)

For a more indepth example, see the examples folder

Configuration

Create '.testrail.conf' in your home directory with the following:

testrail:
    user_email: 'your email address'
    user_key: 'your API key or password'
    url: 'domain for TestRail instance'

You can override the config file with the following environment variables:

  • TESTRAIL_USER_EMAIL
  • TESTRAIL_USER_KEY
  • TESTRAIL_URL

Installation

The easiest and recommended way to install testrail is through pip:

$ pip install testrail

This will handle the client itself as well as any requirements.

Usage

Full documentation will hopefully be available soon. In the mean time, skimming over client.py should give you a good idea of how things work.

Important: For performance reasons, response content is cached for 30 seconds. This can be adjusted by changing the timeout in api.py. Setting it to zero is not recommended and will probably annoy you to no end!

testrail-python's People

Contributors

travispavek avatar levi-rs avatar semihal avatar charlesthomas avatar tyzhnenko avatar pierreluctg avatar barwoj avatar gdyuldin avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.