externalSuiteFunction
Callable
Parameters
externaltitle: string
Group title.
externalcallback: () => void
A callback that is run immediately when calling test.describe(title, callback). Any tests added in this callback will belong to the group.
Returns void
Declares a group of tests.
Usage