Class
Cucumber::Formatter::Json
In:
lib/cucumber/formatter/json.rb
Parent:
Object
The formatter used for
—format json
Methods
after_background
after_feature_element
after_features
after_step
after_table_row
before_background
before_examples
before_feature
before_feature_element
before_features
before_outline_table
before_step
before_step_result
before_steps
before_table_row
before_tags
embed
examples_name
new
py_string
scenario_name
step_name
table_cell_value
Included Modules
Io
Classes and Modules
Class
Cucumber::Formatter::Json::Error
Public Class methods
new
(step_mother, io, options)
Public Instance methods
after_background
(background)
after_feature_element
(feature_element)
after_features
(features)
after_step
(step)
after_table_row
(row)
before_background
(background)
before_examples
(examples)
before_feature
(feature)
before_feature_element
(feature_element)
before_features
(features)
before_outline_table
(*args)
before_step
(step)
before_step_result
(keyword, step_match, multiline_arg, status, exception, source_indent, background)
before_steps
(steps)
before_table_row
(row)
before_tags
(tags)
embed
(file, mime_type)
examples_name
(keyword, 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)
[Validate]