ReadonlyidReadonlylocationLocation in the module where the test or suite is defined.
ReadonlymoduleDirect reference to the test module where the test or suite is defined.
ReadonlynameName of the test.
ReadonlyoptionsOptions that the test was initiated with.
ReadonlyparentParent suite. If the test 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 test including all parent suites separated with >.
Test annotations added via the task.annotate API during the test execution.
ExperimentalTest artifacts recorded via the recordArtifact API during the test execution.
Useful information about the test like duration, memory usage, etc. Diagnostic is only available after the test has finished.
Custom metadata that was attached to the test during its execution.
Checks if the test did not fail the suite.
If the test is not finished yet or was skipped, it will return true.
Test results.
ctx.skip().
Unique 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.