Playwright Cucumber TS Steps
    Preparing search index...

    Interface ComponentRunnerOptions

    interface ComponentRunnerOptions {
        componentGlob?: string;
        mountDir?: string;
        tags?: string;
    }
    Index

    Properties

    componentGlob?: string
    mountDir?: string
    tags?: string