Sha256: cf9d328d04d61333e7d4a77c751a6e739196cebedf9a93d9aff997e1be4a1a90

Contents?: true

Size: 1.04 KB

Versions: 22

Compression:

Stored size: 1.04 KB

Contents

Feature: Debug formatter

  In order to help you easily visualise the listener API, you can use
  the `debug` formatter that prints the calls to the listener as a
  feature is run.

  Background:
    Given the standard step definitions

  Scenario: title
    Given a file named "features/test.feature" with:
      """
      Feature:
        Scenario:
          Given this step passes
      """
    When I run `cucumber -f debug`
    Then the stderr should not contain anything
    Then it should pass with:
      """
      before_test_case
      before_features
      before_feature
      before_tags
      after_tags
      feature_name
      before_test_step
      after_test_step
      before_test_step
      before_feature_element
      before_tags
      after_tags
      scenario_name
      before_steps
      before_step
      before_step_result
      step_name
      after_step_result
      after_step
      after_test_step
      after_steps
      after_feature_element
      after_test_case
      after_feature
      after_features
      done
      """

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
cucumber-2.99.0 features/docs/formatters/debug_formatter.feature
mobiusloop-0.1.5 features/docs/formatters/debug_formatter.feature
cucumber-3.0.0.pre.1 features/docs/formatters/debug_formatter.feature
cucumber-2.4.0 features/docs/formatters/debug_formatter.feature
mobiusloop-0.1.3 features/docs/formatters/debug_formatter.feature
mobiusloop-0.1.2 features/docs/formatters/debug_formatter.feature
cucumber-2.3.3 features/docs/formatters/debug_formatter.feature
cucumber-2.3.2 features/docs/formatters/debug_formatter.feature
cucumber-2.3.1 features/docs/formatters/debug_formatter.feature
cucumber-2.3.0 features/docs/formatters/debug_formatter.feature
cucumber-2.2.0 features/docs/formatters/debug_formatter.feature
cucumber-2.1.0 features/docs/formatters/debug_formatter.feature
cucumber-2.0.2 features/docs/formatters/debug_formatter.feature
cucumber-2.0.1 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0.rc.5 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0.rc.4 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0.rc.3 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0.rc.2 features/docs/formatters/debug_formatter.feature
cucumber-2.0.0.rc.1 features/docs/formatters/debug_formatter.feature