Sha256: af2e71f89faac6b88f5388741da43982beceaaec3a6b72292183b4a3ac5afa42

Contents?: true

Size: 701 Bytes

Versions: 16

Compression:

Stored size: 701 Bytes

Contents

Feature: DSL
  As developer
  I want to create my own interface to use this framework
    
  @pending
  Scenario: Keep the common DSL
    Given I have the common dls defined
    When I invoque a page that has all html elements
    Then I should be able to run the follow methods:
      | method            | 
      |                   |
      
  @pending
  Scenario: Defining new DS
    Given I have the follow dls defined on dls file:
      | method            | new_name             |
      |                   |                      |
    When I invoque a page that has all html elements
    Then I should be able to run the follow methods:
      | method            | 
      |                   |

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
cello-0.0.35 features/dsl.feature
cello-0.0.34 features/dsl.feature
cello-0.0.33 features/dsl.feature
cello-0.0.32 features/dsl.feature
cello-0.0.31 features/dsl.feature
cello-0.0.30 features/dsl.feature
cello-0.0.29 features/dsl.feature
cello-0.0.28 features/dsl.feature
cello-0.0.27 features/dsl.feature
cello-0.0.26 features/dsl.feature
cello-0.0.25 features/dsl.feature
cello-0.0.23 features/dsl.feature
cello-0.0.21 features/dsl.feature
cello-0.0.19 features/dsl.feature
cello-0.0.17 features/dsl.feature
cello-0.0.16 features/dsl.feature