Feature: Pending Steps Background: Given I am in a project using gurke Scenario: Use same step definition with different keyword Given a file "features/test.feature" with the following content exists """ Feature: F Scenario: Scenario A Given I am "John" """ When I execute all scenarios Then the program exit code should be null And the program output should include "1 pending"