KC's Workspace
    Preparing search index...

    Class SuiteImplementationAbstract

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    children: TestCollection

    Collection of suites and tests that are part of this suite.

    id: string

    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.

    location: { column: number; line: number } | undefined

    Location in the module where the test or suite is defined.

    project: TestProject

    The project associated with the test or suite.

    Methods

    • Errors that happened outside of the test run during collection, like syntax errors.

      Returns SerializedError[]

    • Custom metadata that was attached to the test during its execution.

      Returns TaskMeta

    • Checks if the test did not fail the suite. If the test is not finished yet or was skipped, it will return true.

      Returns boolean