Response from runCucumber

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

Properties

Properties

success: boolean

Whether the test run was overall successful

Remarks

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

The support code library that was used in the test run

Remarks

This can be reused in subsequent runCucumber calls, see ISupportCodeCoordinatesOrLibrary

Generated using TypeDoc