6 lines
159 B
Gherkin
6 lines
159 B
Gherkin
Feature: verbose CLI option
|
|
|
|
Scenario: raises the logger level to INFO
|
|
When I run uhwm with option -v
|
|
Then the output must match /log.+info.+level/i
|