allankp / pytest-testrail

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

Pytest Results are not reflecting in Testrail #158

Open OneEyed0wL opened 2 years ago

OneEyed0wL commented 2 years ago

After I execute " py.test --testrail --tr-config=settings.cfg ".I'm getting below response.

testrail] Start publishing [testrail] Testcases to publish: 3840 [testrail] No data published [testrail] End publishing

Is this because the IDs in settings.cfg is wrong? How do I find out suit_id, plan_id, assigned_to_id from TestRail?