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 module during its collection or execution.
ReadonlymoduleThis is usually an absolute UNIX file path. It can be a virtual ID if the file is not on the disk. This value corresponds to the ID in the Vite's module graph.
Checks if the module has any failed tests.
This will also return false if module failed during collection.
ReadonlyprojectThe project associated with the test or suite.
ReadonlyrelativeModule id relative to the project. This is the same as task.name.
ReadonlytypeReadonlyviteThe Vite environment that processes files on the server.
Can be empty if test module did not run yet.
Useful information about the module like duration, memory usage, etc.
If the module was not executed yet, all diagnostic values will return 0.
Errors that happened outside of the test run during collection, like syntax errors.
Checks the running state of the test file.
Collection of suites and tests that are part of this suite.