Interface ISupportCodeLibrary

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

Remarks

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;
}

Properties

originalCoordinates: ISupportCodeCoordinates

Generated using TypeDoc