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

Hierarchy

  • Tags

Constructors

Properties

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

Remarks

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

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

Remarks

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

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

Remarks

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

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

Remarks

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

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