@minecraft/server-gametest
    Preparing search index...

    Class TagsBeta

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

    Index

    Properties

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

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

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

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

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

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

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

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

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