Sha256: 0d174f73bf242cb1767e8d2a6b14b225a63bd28cc7e338d909c1b3713246d565

Contents?: true

Size: 947 Bytes

Versions: 5

Compression:

Stored size: 947 Bytes

Contents

Feature: This tests the creation of example records.

  Background:
    Given the job is 'Copy Source'
    And the job source 'Source Data'
    And the job target 'Target Data'
    And the source 'Source Data'
    And the target 'Target Data'

  Scenario: Simple example record loads in the source and is directly copied to target.

    Given the following example record for 'Source Data':
      | MyField    | MyOtherField |
      | Remilspot  | Niblet       |
    Then the target field 'MyField' is set to the value "Remilspot"
    And the target field 'MyOtherField' is set to the value "Niblet"

  Scenario: Handling date formulas in the example data with day units.

    Given the following example record for 'Source Data':
      | Yesterday   | ThreeDaysFromNow  |
      | *Yesterday* | *3 days from now* |
    Then the target field 'Yesterday' is the date 1 day ago
    And the target field 'ThreeDaysFromNow' is the date 3 days from now

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
remi-0.2.6 lib/remi/project/features/examples.feature
remi-0.2.5 lib/remi/project/features/examples.feature
remi-0.2.4 lib/remi/project/features/examples.feature
remi-0.2.3 lib/remi/project/features/examples.feature
remi-0.2.2 lib/remi/project/features/examples.feature