Describe your question
Hello,
On a project I'm contributing with, we design our tests to have reusable steps. But what we see is that sometime a step is expected to be called on a test, and sometimes it has to be called in a biggest step involving the small one, but we need to duplicate the code in the biggest step.
What is the proper way to have such "russian doll" feature with steps or maybe operations, and avoid code duplication ?
If this is not possible, is there any feature covering those use cases planned in the future ?
Thanks
chainsaw version Version
v0.2.13
Additional context
No response