Skip to main content

A robot framework library to integrate robot tests with Testrail

Project description

robotframework-testrail-library

This is a robot framework library to be used with Testrail API. You can use Github-flavored Markdown to write your content.

Installation:

pip install robotframework-testrail-library-nerajarolle

Example Usage:

*** Settings ***
Library   TestrailLibrary   ${SERVER}
Suite Setup    set testrail credentials  
...   $TESTRAIL_USERNAME}   ${TESTRAIL_KEY}

*** Test Cases ***
Test Get Project
    [Tags]   project
    \${id}  get Project id   TA Test Project  
    IF  ${id}
        Log To Console  \${id}
    ELSE
        Log To Console  Not found  
    END

Notes

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

Built Distribution

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