The step `PENDING` was not correct. https://github.com/dkdeploy/dkdeploy-cucumber/blob/6430eb50b82ad54059d44ec6b324c4ae3ab109af/lib/dkdeploy/cucumber/step_definitions/misc_steps.rb#L97 Instead of `skip`, the method `pending` must be used. See https://github.com/cucumber/cucumber/wiki/Step-Definitions#pending-steps
The step
PENDINGwas not correct.dkdeploy-cucumber/lib/dkdeploy/cucumber/step_definitions/misc_steps.rb
Line 97 in 6430eb5
Instead of
skip, the methodpendingmust be used.See https://github.com/cucumber/cucumber/wiki/Step-Definitions#pending-steps