allankp / pytest-testrail

pytest plugin for integration with TestRail, for creating testruns and updating results
MIT License
95 stars 125 forks source link

Allow test runs to be assigned to a milestone id #87

Closed archanaGupta1 closed 4 years ago

archanaGupta1 commented 5 years ago

It would be useful to create test runs that can be optionally added to a milestone during creation

Describe the solution you'd like allow a milestone_id to be specified in .cfg file and support command line option for it like other parameters.

I would be happy to submit a PR if the request to change is approved.

allankp commented 5 years ago

Go for it @archanaGupta1 :+1:

hottes commented 5 years ago

Hi, This is something we would need as well. I have coded up a solution but can't seem to be able to push my branch to create a pull request. Any help would be appreciated.

kobenguyent commented 4 years ago

I think it can be closed cause the PR has been merged.