uh-wm/features/actions/execute.feature
2015-04-16 17:12:00 +00:00

10 lines
320 B
Gherkin

Feature: `execute' action keyword
Scenario: executes the given command in a shell with current standard output
Given uhwm is running with this run control file:
"""
key(:f) { execute 'echo etucexe_tset | rev' }
"""
When I press the alt+f keys
Then the output must contain "test_execute"