diff options
Diffstat (limited to 'cucumber/features/install.feature')
-rw-r--r-- | cucumber/features/install.feature | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cucumber/features/install.feature b/cucumber/features/install.feature new file mode 100644 index 00000000..3b71b6c2 --- /dev/null +++ b/cucumber/features/install.feature @@ -0,0 +1,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 | |