allankp / pytest-testrail

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

Run with test plan_id in testrail.cfg #97

Closed cuongld2 closed 5 years ago

cuongld2 commented 5 years ago

Currently, I can only run pytest and publish to testrail with existed test_plan_id via commandline : --tr-plan-id=TR_PLAN_ID

Is there a way, that I can input the plan_id in testrail.cfg config file, and when I run test, it will get the plan_id from the config file? Thanks a lot

allankp commented 5 years ago

Resolved in https://github.com/allankp/pytest-testrail/pull/103