Method: Allure#description_html
- Defined in:
- lib/allure-ruby-commons.rb
#description_html(description_html) ⇒ void
This method returns an undefined value.
Add html description to current test case
111 112 113 114 115 |
# File 'lib/allure-ruby-commons.rb', line 111 def description_html(description_html) lifecycle.update_test_case do |test_case| test_case.description_html = description_html end end |