Sha256: d7fa7291f9ba7637e636c21dea212ef629261f434ef6fe6067e42f05e933d26c

Contents?: true

Size: 815 Bytes

Versions: 2

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 nuker 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

2 entries across 2 versions & 1 rubygems

Version Path
nuker-2.0.0 features/welcome_page.feature
nuker-1.0.0 features/welcome_page.feature