Sha256: ea9e9bf91dd033ecea95250fdce724726201ce8b967c0b534ac21a23833429b5

Contents?: true

Size: 666 Bytes

Versions: 5

Compression:

Stored size: 666 Bytes

Contents

@scenarios @bvt
Feature: Step Transforms
  As a developer of the test suite I expect that step transforms are documented correctly

  @first
  Scenario: Step with step transformation
    Given this scenario step
    Then I expect that the step, on the step transformer page, will link to the step transform

  @second
  Scenario: Step Transform uses a constant
    Given this first step
    Then I expect that the step, on the step transformer page, will link to the step transform

  @third
  Scenario: Step Transform uses an interpolated transform
    Given this first step
    Then the file './somelocation/somefile.input' will be replaced with the file contents

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
yard-nrser-cucumber-0.1.3 example/transform.feature
yard-nrser-cucumber-0.1.2 example/transform.feature
yard-nrser-cucumber-0.1.1 example/transform.feature
yard-nrser-cucumber-0.1.0 example/transform.feature
yard-cucumber-4.0.0 example/transform.feature