Sha256: e600acc47c1a68d75f430479dbf6e73f093a95564c9b469eab1025dd43dcae62

Contents?: true

Size: 490 Bytes

Versions: 4

Compression:

Stored size: 490 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 failed step is visible, this test should fail
    Given a visible failed 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

4 entries across 4 versions & 1 rubygems

Version Path
allure_turnip-0.4.0 spec/step_calling.feature
allure_turnip-0.3.1 spec/step_calling.feature
allure_turnip-0.3.0 spec/step_calling.feature
allure_turnip-0.2.1 spec/step_calling.feature