For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server-gametest/classes/Tags.md.

Class: Tags

Beta

这些众所周知的标签可用于将不同测试分类到要运行的测试套件中。

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

Properties

suiteAll

readonly static suiteAll: "suite:all" = 'suite:all'

Beta

Remarks

表示带有该标签的测试应属于所有测试套件。

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


suiteDebug

readonly static suiteDebug: "suite:debug" = 'suite:debug'

Beta

Remarks

表示带有该标签的测试应属于内部(调试)测试套件。

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


suiteDefault

readonly static suiteDefault: "suite:default" = 'suite:default'

Beta

Remarks

表示带有该标签的测试应属于默认测试套件。

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


suiteDisabled

readonly static suiteDisabled: "suite:disabled" = 'suite:disabled'

Beta

Remarks

表示带有该标签的测试应属于已禁用测试套件。

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


suiteNextUpdate

readonly static suiteNextUpdate: "suite:nextupdate" = 'suite:nextupdate'

Beta