RetailMeNot / TestRailSDK

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

Update Milestone entity and filters to comply with TestRail 5.3 #59

Open ghost opened 3 years ago

ghost commented 3 years ago
  1. Add Milestone date and status fields:
    • start_on
    • started_on
    • is_started
    • parent_id
  2. Add "is_started" filter for Milestone command
  3. Ignore Milestone unspecified fields for consistency with the rest of the entities.

compile with java 9