RetailMeNot / TestRailSDK

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

Issue-60 support bulk end points introduced for TestRail 6.7 and up #61

Open ghost opened 3 years ago

ghost commented 3 years ago
  1. Update dependencies and plugins to latest stable version. Upgrade Jackson to version 2.11.4
  2. Compile with Java 11
  3. Add following Milestone fields returned by TestRail 5.7 and later
    • start_on
    • started_on
    • is_started
    • parent_id
  4. Support for TestRail 6.7 paginated objects returned by bulk API.
    • Includes support for paged: "cases", "milestones", "plans", "projects", "results", "runs", "sections", "tests"