summaryrefslogtreecommitdiffstats
path: root/cucumber/features/install.feature
blob: 3b71b6c28a4b8c075dd82db586fe898455922e20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@product
Feature: Doing a trivial d-i install
  As a normal user
  I should be able to do a text-mode install

  Scenario Outline: Install Debian and boot to login prompt
    Given I have installed <type> Debian
    And I start the computer
    Then I wait for a Login Prompt

    Examples:
      | type          |
      | Minimal       |
      | Gnome Desktop |