Method: Allure#story
- Defined in:
- lib/allure-ruby-commons.rb
#story(value) ⇒ void
This method returns an undefined value.
Add story to current test case
57 58 59 |
# File 'lib/allure-ruby-commons.rb', line 57 def story(value) replace_label(ResultUtils::STORY_LABEL_NAME, value) end |