Sha256: 8ee30b994da286dae931af3d1941bd089aa1c292b34e9f8015d38c10199b81d7

Contents?: true

Size: 528 Bytes

Versions: 9

Compression:

Stored size: 528 Bytes

Contents

Feature: Progress Bar
  In order to see the state of the project
  As a stakeholder
  I want a visual representation of counted tags

  Scenario: Progress Bar
    Given a feature file on the project "project_name" with the contents:
    """
    Feature: Mixed

    @wip
    Scenario: WiP

    @notstarted
    Scenario: Not Started
    """
    When I visit the project page for "project_name" 
    And I select "Progress"
    Then I see "This project has 2 scenarios"
    And I see "@wip (50%)"
    And I see "@notstarted (50%)"

Version data entries

9 entries across 9 versions & 2 rubygems

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