Sha256: a7bd75a1912a1e18b0549014c7ba88dc2e78d4408644ed810ee2cc93328d6164

Contents?: true

Size: 469 Bytes

Versions: 24

Compression:

Stored size: 469 Bytes

Contents

#!/usr/bin/env ruby

require 'optparse'
require 'cucumber/messages'
require 'cucumber/html_formatter'

formatter = Cucumber::HTMLFormatter::Formatter.new(STDOUT)

option_parser = OptionParser.new do |opts|
  opts.on_tail("-h", "--help", "Show this message") do
    puts opts
    exit
  end
end
options = {}
option_parser.parse!(into: options)
message_enumerator = Cucumber::Messages::NdjsonToMessageEnumerator.new(STDIN)

formatter.process_messages(message_enumerator)

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
cucumber-html-formatter-21.0.0 bin/cucumber-html-formatter
cucumber-html-formatter-20.4.0 bin/cucumber-html-formatter
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-html-formatter-19.2.0/bin/cucumber-html-formatter
cucumber-html-formatter-20.3.1 bin/cucumber-html-formatter
cucumber-html-formatter-20.3.0 bin/cucumber-html-formatter
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-html-formatter-19.2.0/bin/cucumber-html-formatter
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-html-formatter-19.2.0/bin/cucumber-html-formatter
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/cucumber-html-formatter-19.2.0/bin/cucumber-html-formatter
cucumber-html-formatter-20.2.1 bin/cucumber-html-formatter
cucumber-html-formatter-20.2.0 bin/cucumber-html-formatter
cucumber-html-formatter-20.1.0 bin/cucumber-html-formatter
cucumber-html-formatter-20.0.0 bin/cucumber-html-formatter
cucumber-html-formatter-19.2.0 bin/cucumber-html-formatter
cucumber-html-formatter-19.1.0 bin/cucumber-html-formatter
cucumber-html-formatter-19.0.0 bin/cucumber-html-formatter
cucumber-html-formatter-18.0.0 bin/cucumber-html-formatter
phillipug-foodie-0.1.0 .vendor/ruby/3.0.0/gems/cucumber-html-formatter-17.0.0/bin/cucumber-html-formatter
cucumber-html-formatter-17.0.0 bin/cucumber-html-formatter
cucumber-html-formatter-16.0.1 bin/cucumber-html-formatter
cucumber-html-formatter-16.0.0 bin/cucumber-html-formatter