Sha256: 7cac3df4b3d3069af7c02bd818e33efe923eed618c15861e73b7160058d661b5

Contents?: true

Size: 546 Bytes

Versions: 9

Compression:

Stored size: 546 Bytes

Contents

Feature: Counts
  In order to understand the size of the project
  As a stakeholder
  I want a visual indication of the number of tags, scenarios and features

  Background:
    Given a feature file named "sample.feature" with the contents:
    """
    @tag1
    Feature: Tag Feature

    @tag2 @multiple
    Scenario: Tag Foo 1

    @tag3 @multiple
    Scenario: Tag Bar 2
    """

  Scenario: Features
    When I visit the project page
    Then I see "Features (1)"

  Scenario: Tags
    When I visit the project page
    Then I see "Tags (5)"

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
nuker-2.0.0 features/counts.feature
nuker-1.0.0 features/counts.feature
wally-0.0.47 features/counts.feature
wally-0.0.46 features/counts.feature
wally-0.0.45 features/counts.feature
wally-0.0.44 features/counts.feature
wally-0.0.43 features/counts.feature
wally-0.0.42 features/counts.feature
wally-0.0.41 features/counts.feature