ReadonlyfileThe absolute path of the test file that created the current suite. If a test file imports additional modules that generate suites, the imported suites will return the path of the root test file.
ReadonlynameThe name of the suite.
ReadonlysignalCan be used to abort test subtasks when the test has been aborted.
An instance of
SuiteContextis passed to each suite function in order to interact with the test runner. However, theSuiteContextconstructor is not exposed as part of the API.Since
v18.7.0, v16.17.0