OzFramework / oz

Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23 stars 7 forks source link

Logger Header code breaking for Scenario Outlines #44

Closed PanoramicPanda closed 6 years ago

PanoramicPanda commented 6 years ago

Code needs commented out in order for scenario outlines to run

CORE > step_definitions > hooks.rb

  scenario.source.last.children.each do |step|
    @logger.header "\t#{step.text}".cyan
  end