RetailMeNot / TestRailSDK

TestRail integration with Java WebDriver implementation.
MIT License
25 stars 27 forks source link

How to close a test run or test plan? #48

Closed ansonliao closed 7 years ago

ansonliao commented 7 years ago

I checked TestRun.java, TestPlan.java, and found have some methods setIsCompleted(Boolean), I tried to run this method to close the test run, could you kindly advise that how I can close a test run or test plan?

ansonliao commented 7 years ago

I found test run close method in TestRailService.java, the method is closeTestRun(TestRun run).