TestRail and JIRA integration with Robot Framework (RIDE IDE)

1.2k views Asked by At

We are using RIDE IDE and are trying to integrate TestRail and JIRA. We have downloaded the TestRail API python file (testrail.py), but we are not able to import it in our project in RIDE.

Can we know how to implement the same. Is there any steps or tutorial video for integrating TestRail and JIRA in RIDE ?

We are using RIDE 1.5.2.1 running on Python 2.7.12

Thanks

1

There are 1 answers

0
Bryan Oakley On

If you want to use a python library in a robot test, you will need to create your own library that provides keywords that use the library. You can't just import any random python library and expect it to work like a robot keyword library.