Method: Allure#tms

Defined in:
lib/allure-ruby-commons.rb

#tms(name, url) ⇒ void

This method returns an undefined value.

Add tms link to current test case

Parameters:

  • name (String)
  • url (String)

131
132
133
# File 'lib/allure-ruby-commons.rb', line 131

def tms(name, url)
  add_link(name: name, url: url, type: ResultUtils::TMS_LINK_TYPE)
end