Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TestTag

Tags can be associated with TestItems and TestRunProfiles. A profile with a tag can only execute tests that include that tag in their TestItem.tags array.

Hierarchy

  • TestTag

Index

Constructors(1)

Properties(1)

Constructors(1)

constructor

  • Creates a new TestTag instance.

    Parameters

    • id: string

      ID of the test tag.

    Returns TestTag

Properties(1)

Readonly id

id: string

ID of the test tag. TestTag instances with the same ID are considered to be identical.

Generated by TypeDoc. Maintained by 洛竹