Sha256: 4aa28a100135f982bfe0e77523e34653e455ea06d549d719e64dfe54b30bebf6
Contents?: true
Size: 514 Bytes
Versions: 5
Compression:
Stored size: 514 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 "Features (1)" And I should see "Tags (5)"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
wally-0.0.33 | features/counts.feature |
wally-0.0.32 | features/counts.feature |
wally-0.0.31 | features/counts.feature |
wally-0.0.30 | features/counts.feature |
wally-0.0.29 | features/counts.feature |