class TestRail::Hook

Public Class Methods

update_test_rail(scenario) click to toggle source

Updating Test Rail according to logic

# File lib/test_rail_integration/generator/test_rail_hooks.rb, line 9
def self.update_test_rail(scenario)
  TestRail::TestCaseResult.new(scenario).update
end