class Cucumber::Formatter::Json
The formatter used for --format json
def initialize(runtime, io, options)
def initialize(runtime, io, options) @io = ensure_io(io, "json") super(Gherkin::Formatter::JSONFormatter.new(@io), false, options) end
The formatter used for --format json
def initialize(runtime, io, options) @io = ensure_io(io, "json") super(Gherkin::Formatter::JSONFormatter.new(@io), false, options) end