Skip to content

v0.2.0

Compare
Choose a tag to compare
@ShockwaveNN ShockwaveNN released this 18 Feb 15:37
· 354 commits to master since this release
a139abb

0.2.0 (2021-02-18)

New Features

  • Increase Suite, Run test coverage
  • TestrailRun#is_completed accessor to check for closed runs
  • TestrailProject#suites to get list of Suites
  • TestrailProject#runs to get list of Runs
  • TestrailProject#plans to get list of Plans
  • TestrailProject#plan_by_name to get plan by name
  • TestrailPlan#close new method
  • Add TestrailPlan#created_on and TestrailRun#created_on
  • Add TestrailProject#close_old_runs method
  • Add TestrailProject#runs_older_than_days method
  • Add ruby-3.0 to CI

Changes

  • Do not send codecov info on non-CI runs
  • Deprecate TestrailProject#get_suites
  • Deprecate TestrailProject#get_runs
  • Deprecate TestrailProject#get_plans
  • Deprecate TestrailProject#get_plan_by_name
  • Minor refactor with module extraction
  • TestrailTools.close_all_runs_older_than and
    TestrailTools.close_all_plans_older_than use newer methods
  • Remove unused TestrailTools.close_run
  • Remove unused TestrailTools.get_incompleted_plan_entries
  • Cleanup test runs and plans after spec run
  • Disable parallel run in CI