Sha256: 2029a540b6d77bbd3170a8ee3dbba7c78e93c85fda78cf1343b170f5b23e8e65

Contents?: true

Size: 378 Bytes

Versions: 31

Compression:

Stored size: 378 Bytes

Contents

@step_calling
Feature: Step-calling steps

  @wip
  Scenario: when the called step is visible
    Given a visible step call

  Scenario: when the called step is not visible
    Given an invisible step call

  Scenario: when the called step is global
    Given a global step call

  @autoload_steps
  Scenario: when the called step is included via tag
    Given an included call

Version data entries

31 entries across 31 versions & 2 rubygems

Version Path
turnip-4.4.1 examples/step_calling.feature
turnip-4.4.0 examples/step_calling.feature
turnip-4.3.0 examples/step_calling.feature
turnip-4.2.0 examples/step_calling.feature
turnip-4.1.0 examples/step_calling.feature
turnip-4.0.1 examples/step_calling.feature
turnip-4.0.0 examples/step_calling.feature
allure_turnip-0.2.0 spec/step_calling.feature
allure_turnip-0.1.1 spec/step_calling.feature
allure_turnip-0.1.0 spec/step_calling.feature
turnip-3.1.0 examples/step_calling.feature
turnip-3.0.0 examples/step_calling.feature
turnip-3.0.0.pre.beta.5 examples/step_calling.feature
turnip-3.0.0.pre.beta.4 examples/step_calling.feature
turnip-3.0.0.pre.beta.3 examples/step_calling.feature
turnip-3.0.0.pre.beta.2 examples/step_calling.feature
turnip-3.0.0.pre.beta.1 examples/step_calling.feature
turnip-2.1.1 examples/step_calling.feature
turnip-2.1.0 examples/step_calling.feature
turnip-2.0.2 examples/step_calling.feature