Type alias ISupportCodeCoordinatesOrLibrary

ISupportCodeCoordinatesOrLibrary: Partial<ISupportCodeCoordinates> | ISupportCodeLibrary

Either an actual support code library, or the coordinates required to create and populate one

Remarks

This alias exists because runCucumber will accept an existing support code library in its options and thus avoid trying to load it again, improving performance and avoiding cache issues for use cases where multiple test runs happen within the same process. Note this is only useful in serial mode, as parallel workers will each load the support code themselves anyway.

Generated using TypeDoc