Playwright Cucumber TS Steps
    Preparing search index...

    Interface RunnerOptions

    interface RunnerOptions {
        dbQuery?: (query: string) => Promise<any>;
        tags?: string;
    }
    Index

    Properties

    Properties

    dbQuery?: (query: string) => Promise<any>
    tags?: string