-
-
Notifications
You must be signed in to change notification settings - Fork 73
[Question]: How to reuse a non-decorator steps in decorators steps #362
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Question
I have a use case where non-decorator steps are in a backend library which is being consumed by another project.
Currently project consuming the library also has non-decorator steps for easily reusability purpose via fixture.
But however I want to the consuming project to use decorator steps and have it invoke non-decorator steps. I tried to setup the non-decorator steps in a variable export (bundled with rollup) and define that as a typeof in the consuming project fixture. But it ended up say "Fixture has unknown parameter "
Maybe this is not feasible ? Could you please point to some example for this use case ?
this is similar to #352
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested