Class
Cucumber::Formatter::Html
In:
lib/cucumber/formatter/html.rb
Parent:
Object
The formatter used for
—format html
Methods
after_background
after_comment
after_examples
after_feature
after_feature_element
after_features
after_multiline_arg
after_outline_table
after_step_result
after_steps
after_table_row
after_tags
announce
background_name
before_background
before_comment
before_examples
before_feature
before_feature_element
before_features
before_multiline_arg
before_outline_table
before_step
before_step_result
before_steps
before_table_row
comment_line
examples_name
exception
feature_name
new
py_string
scenario_name
step_name
table_cell_value
tag_name
Included Modules
ERB::Util
Duration
Public Class methods
new
(step_mother, io, options)
Public Instance methods
after_background
(background)
after_comment
(comment)
after_examples
(examples)
after_feature
(feature)
after_feature_element
(feature_element)
after_features
(features)
after_multiline_arg
(multiline_arg)
after_outline_table
(outline_table)
after_step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
after_steps
(steps)
after_table_row
(table_row)
after_tags
(tags)
announce
(announcement)
background_name
(keyword, name, file_colon_line, source_indent)
before_background
(background)
before_comment
(comment)
before_examples
(examples)
before_feature
(feature)
before_feature_element
(feature_element)
before_features
(features)
before_multiline_arg
(multiline_arg)
before_outline_table
(outline_table)
before_step
(step)
before_step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
before_steps
(steps)
before_table_row
(table_row)
comment_line
(comment_line)
examples_name
(keyword, name)
exception
(exception, status)
feature_name
(name)
py_string
(string)
scenario_name
(keyword, name, file_colon_line, source_indent)
step_name
(keyword, step_match, status, source_indent, background)
table_cell_value
(value, status)
tag_name
(tag_name)
[Validate]