@cucumber/cucumber
    Preparing search index...

    Type Alias CoordinatorEnvironment

    Subset of the environment available to plugins

    type CoordinatorEnvironment = {
        cwd: string;
        env: Record<string, string | undefined>;
        stderr: Writable;
    }
    Index

    Properties

    Properties

    cwd: string

    Working directory for the project

    env: Record<string, string | undefined>

    Environment variables

    stderr: Writable

    Writable stream where the test run's warning/error output is written and plugins can write to directly if required