@cucumber/cucumber
    Preparing search index...

    Interface IRunResult

    Response from runCucumber

    interface IRunResult {
        success: boolean;
        support: ISupportCodeLibrary;
    }
    Index

    Properties

    Properties

    success: boolean

    Whether the test run was overall successful

    The exact meaning can vary based on the strict configuration option.

    The support code library that was used in the test run

    This can be reused in subsequent runCucumber calls, see ISupportCodeCoordinatesOrLibrary