Sha256: 90397b2f220dbcbb829653d0c455f3e79c5d9665e7cd051c6da32047ae29a893

Contents?: true

Size: 580 Bytes

Versions: 4

Compression:

Stored size: 580 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

  Scenario: Tags, scenarios, and features count
    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
    """
    When I visit the home page
    Then I should see a heading "Features (1)"
    And I should see a heading "Tags (4)"
    And I should see a heading "Scenarios (2)"

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wally-0.0.21 features/counts.feature
wally-0.0.20 features/counts.feature
wally-0.0.19 features/counts.feature
wally-0.0.18 features/counts.feature