Sha256: 5ad37d8ad64aed746934453bfd1f322097e73536f0d139f7f5e67bb30a76a735

Contents?: true

Size: 828 Bytes

Versions: 8

Compression:

Stored size: 828 Bytes

Contents

Feature: managing transformations

  Background:
    Given that I have created a connection called "My Connection"
    And that I have created a transformer called "My Transformer"
    And that I have created a project called "My Project"
    And that I have added the "People" resource

  Scenario: adding transformations
    When I go to the transformations page
    And I click the "New transformation" link
    And I fill in the form:
      | Field       | first_name     |
      | Transformer | My Transformer |
    And I click the "Submit" button
    Then it should show me a confirmation notice

  Scenario: deleting a transformation
    Given that I have added a transformation for "first_name"
    When I go to the transformations page
    And I click the "Delete" link
    Then there should be no more transformations

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
coupler-0.0.9-java features/transformations.feature
coupler-0.0.8-java features/transformations.feature
coupler-0.0.7-java features/transformations.feature
coupler-0.0.6-java features/transformations.feature
coupler-0.0.4-java features/transformations.feature
coupler-0.0.3-java features/transformations.feature
coupler-0.0.2-java features/transformations.feature
coupler-0.0.1-java features/transformations.feature