Sha256: f2b11e2332fe3cca1ed0a560b32b84721abc49ee3f079b607b598390dab03249

Contents?: true

Size: 815 Bytes

Versions: 6

Compression:

Stored size: 815 Bytes

Contents

Feature: Welcome Page
  As a stakeholder
  I want a welcome page

  Scenario: No projects
    Given there aren't any projects
    When I view the welcome page
    Then I see the wally README

  @javascript
  Scenario: Project links on home page
    Given a feature file on the project "sample1" with the contents:
    """
    Feature: Sample1
    """
    And a feature file on the project "sample2" with the contents:
    """
    Feature: Sample2
    """
    When I view the welcome page
    And I select the project "sample2"
    Then I am redirected to the "sample2" project page

  Scenario: Redirect to first project
    Given a feature file on the project "sample1" with the contents:
    """
    Feature: Sample1
    """
    When I view the welcome page
    Then I am redirected to the "sample1" project page

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wally-0.0.47 features/welcome_page.feature
wally-0.0.46 features/welcome_page.feature
wally-0.0.45 features/welcome_page.feature
wally-0.0.44 features/welcome_page.feature
wally-0.0.43 features/welcome_page.feature
wally-0.0.42 features/welcome_page.feature