Sha256: 1d75ea334cdbea464fda8a8259ce3bb34693d6dd009ce298b285881877904a35
Contents?: true
Size: 1.01 KB
Versions: 89
Compression:
Stored size: 1.01 KB
Contents
Feature: Listener Debugger In order to easily visualise the listener API As a developer I want a formatter that prints the calls to the listener as a feature is run Background: Given a standard Cucumber project directory structure Scenario: title Given a file named "features/sample.feature" with: """ Feature: Sample Scenario: Sample Given Sample """ When I run cucumber -f debug features/sample.feature Then STDERR should be empty Then it should pass with """ before_features before_feature before_tags after_tags feature_name before_feature_element before_tags after_tags scenario_name before_steps before_step before_step_result step_name after_step_result after_step after_steps after_feature_element after_feature after_features """
Version data entries
89 entries across 87 versions & 11 rubygems