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

Version Path
cucumber-1.3.20 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.19 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.18 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.17 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.16 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.15 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.14 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.13 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.12 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.11 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.10 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.9 legacy_features/listener_debugger_formatter.feature
candlepin-api-0.4.0 bundle/ruby/1.8/gems/cucumber-1.2.1/legacy_features/listener_debugger_formatter.feature
candlepin-api-0.4.0 bundle/ruby/gems/cucumber-1.2.1/legacy_features/listener_debugger_formatter.feature
candlepin-api-0.4.0 bundle/ruby/1.9.1/gems/cucumber-1.2.1/legacy_features/listener_debugger_formatter.feature
cucumber-1.3.8 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.7 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.6 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.5 legacy_features/listener_debugger_formatter.feature
cucumber-1.3.4 legacy_features/listener_debugger_formatter.feature