Fork me on GitHub
#kaocha
<
2019-05-29
>
rgm23:05:11

just so as no one with experience of older cucumber-ruby goes looking for the feature … I got to wondering about how one would call steps from within other steps in kaocha-cucumber. Turns out this is not a thing in cucumber-jvm by design: https://cucumber.io/docs/guides/anti-patterns/#support-for-conjunction-steps

rgm23:05:31

short version: factor out functions and use those.