allankp / pytest-testrail

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

Updated to add support for overwriting an existing test run. #23

Closed almightyfoon closed 6 years ago

almightyfoon commented 7 years ago

Added the following flag:

--update-existing-run

This flag will check for a run with the same name as the one provided and will update that run instead of creating a new one. It will also add results to a testrun that were not part of the test run.

almightyfoon commented 7 years ago

Still some kinks to be worked out. Its not working like I was expecting, false positives with the tests I was doing. Will reopen once it actually works.

allankp commented 7 years ago

@almightyfoon Let me know how you get on, would be nice to see your work merged.

almightyfoon commented 7 years ago

Will do. I've got a few more features to add like some more error handling and a flag to close the run once its finished.

almightyfoon commented 6 years ago

I've also updated the requests requirements.

apallier commented 6 years ago

FYI, I am merging PR #25 containing a very close feature. I'll normally finish in few days.

allankp commented 6 years ago

Don't think this PR is longer required due to https://github.com/dubner/pytest-testrail/pull/25 being merged.

Igur007 commented 6 years ago

Will this request be fixed and merged? some useful things are done....

apallier commented 6 years ago

@Igur007 This feature has been implemented in PR #25. This PR is already merged.

Igur007 commented 6 years ago

@apallier That was a new option in code of this request "--close-on-complete" and I can't find it merged. Does another option exist?

apallier commented 6 years ago

@Igur007 Sorry, I did not see this PR implements an other option than "--update-existing-run". I think the better way is to use your PR #36 to manage a "testrun closing" feature. I am not the maintainer of this repo but I think it should be easier to merge.

allankp commented 6 years ago

@Igur007 this PR is quite outdated now, are you planning on fixing it up if there is anything left to implement ? or can it be closed ?

allankp commented 6 years ago

Closing this PR, way out of data and believe no longer required.