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