Implement `execute' action keyword
This commit is contained in:
9
features/actions/execute.feature
Normal file
9
features/actions/execute.feature
Normal file
@@ -0,0 +1,9 @@
|
||||
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"
|
Reference in New Issue
Block a user