@cucumber/cucumber
    Preparing search index...

    Interface ISupportCodeLibrary

    A collection of user-defined code and setup ("support code") that can be used for a test run

    This is mostly a marker interface. The actual instance is a complex object that you shouldn't interact with directly, but some functions return and/or accept it as a means of optimising a test workflow.

    interface ISupportCodeLibrary {
        originalCoordinates: ISupportCodeCoordinates;
    }
    Index

    Properties

    originalCoordinates: ISupportCodeCoordinates