Skip to content

[Question]: How to reuse a non-decorator steps in decorators steps #362

@HariHaraBhuvanesh

Description

@HariHaraBhuvanesh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions