Sha256: 63a88396f0a7f71586c66adb708a4b21af46cb94e19a0b6a8fd1832cfe4b0852

Contents?: true

Size: 872 Bytes

Versions: 7

Compression:

Stored size: 872 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 "Wally is a web-based Cucumber viewer and navigator" should be rendered

  @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 should 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 should redirected to the "sample1" project page

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wally-0.0.40 features/welcome_page.feature
wally-0.0.39 features/welcome_page.feature
wally-0.0.38 features/welcome_page.feature
wally-0.0.37 features/welcome_page.feature
wally-0.0.36 features/welcome_page.feature
wally-0.0.35 features/welcome_page.feature
wally-0.0.34 features/welcome_page.feature