Method: Allure#tag
- Defined in:
- lib/allure-ruby-commons.rb
#tag(value) ⇒ void
This method returns an undefined value.
Add tag to current test case
71 72 73 |
# File 'lib/allure-ruby-commons.rb', line 71 def tag(value) label(ResultUtils::TAG_LABEL_NAME, value) end |