diff --git a/internal/app/app.feature b/internal/app/app.feature index edd0e64..94fc97f 100644 --- a/internal/app/app.feature +++ b/internal/app/app.feature @@ -1,55 +1,56 @@ Feature: Application command line tool + Scenario Outline: User wants to generate the output in given format When is given And is provided Then the output should be generated Examples: - | | | | - | app.feature | go | does | - | app.feature | json | does | - | app.feature | raw | does | - | app.feature | invalid | does not | - | notfound.feature | raw | does not | + | | | | + | app.feature | go | does | + | app.feature | json | does | + | app.feature | raw | does | + | app.feature | invalid | does not | + | notfound.feature | raw | does not | Scenario Outline: User wants to see usage information When is provided Then usage should be printed Examples: - | | - | --help | + | | + | --help | Scenario Outline: User wants to list built-in templates When is provided Then templates should be printed Examples: - | | - | --list | + | | + | --list | Scenario Outline: User wants to use custom template When