verbose.feature 388 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Testing different verbose levels are working

@slow
Feature: Verbosity levels

    Scenario Outline: Verbosity levels
        When I launch videostitch-cmd with procedural/checker.ptv and "-d 0 -v <n> -f 0 -l 10"
        Then I expect the command to succeed

        Examples:
            | n |
            | 0 |
            | 1 |
            | 2 |
            | 3 |
            | q |