7 lines
294 B
Gherkin
7 lines
294 B
Gherkin
Feature: Scripts functionality
|
|
Test the example shell script in the scripts directory
|
|
|
|
Scenario: Do-something shell script executes
|
|
Given I have the do-something.sh script
|
|
When I execute the do-something.sh script
|
|
Then the script output should contain "This script does a thing" |