ReadonlychildrenReadonlyidUnique identifier. This ID is deterministic and will be the same for the same test across multiple runs. The ID is based on the project name, module url and test order.
ReadonlylocationLocation in the module where the test or suite is defined.
The meta information attached to the suite during its collection or execution.
ReadonlymoduleDirect reference to the test module where the test or suite is defined.
ReadonlynameName of the test or the suite.
Checks if the suite has any failed tests.
This will also return false if suite failed during collection.
ReadonlyoptionsOptions that suite was initiated with.
ReadonlyparentParent suite. If suite was called directly inside the module, the parent will be the module itself.
ReadonlyprojectThe project associated with the test or suite.
ReadonlytypeFull name of the suite including all parent suites separated with >.
Errors that happened outside of the test run during collection, like syntax errors.
Checks the running state of the suite.
Collection of suites and tests that are part of this suite.