RetailMeNot / TestRailSDK

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

Trouble Getting Started #18

Closed Saieph closed 9 years ago

Saieph commented 9 years ago

I don't have any experience with TestRail. I understand what is going on, but I am automating using the Cucumber JVM framework. My step definitions all have a closing step that I want to use to add an update to the TestRail Milestone/Suite/Case, but I am having a difficult time trying to figure out how to set that up as a simple method to invoke in those particular steps. Can you please provide some assistance? I do have experience using the API for TestLink, which was super simple, by passing url/login/plan/build and in the step, the test case...but TestRail is bogging me down in getting new automation added to the fold at my employer. Thank you in advance for your help!!!

Saieph commented 9 years ago

I think I figured it out.