Script API - v1.26.20
    Preparing search index...

    These well-known tags can be used to classify different tests into suites to run.

    export class Tags {
    private constructor();
    static readonly suiteAll = 'suite:all';
    static readonly suiteDebug = 'suite:debug';
    static readonly suiteDefault = 'suite:default';
    static readonly suiteDisabled = 'suite:disabled';
    static readonly suiteNextUpdate = 'suite:nextupdate';
    }
    Index

    Constructors

    Properties

    suiteAll: "suite:all" = 'suite:all'

    Indicates that the tagged test should be a part of all suites.

    This property can't be read in early-execution mode.

    suiteDebug: "suite:debug" = 'suite:debug'

    Indicates that the tagged test should be a part of an internal (debug) test suite.

    This property can't be read in early-execution mode.

    suiteDefault: "suite:default" = 'suite:default'

    Indicates that the tagged test should be a part of the default test suite.

    This property can't be read in early-execution mode.

    suiteDisabled: "suite:disabled" = 'suite:disabled'

    Indicates that the tagged test should be a part of a suite of disabled tests.

    This property can't be read in early-execution mode.

    suiteNextUpdate: "suite:nextupdate" = 'suite:nextupdate'