Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITestcaseMetadata

Optional metadata of a testcase.

Hierarchy

  • ITestcaseMetadata

Index

Properties

Properties

Optional bugs

bugs: string[]

Ids of bugs associated with this testcase in an issue tracker tool.

In the allure test report, links to these bugs will be created. To build these links, wdio-workflo examines the "allure" property in workflo.conf.ts and for each bug concatenates allure.bugPrefix, allure.issueTrackerPattern and allure.bugAppendix and substitutes '%s' in the issueTrackerPattern with the bug id.

Optional severity

severity: Severity

The severity of a testcase describes how severe the implications of the testcase failing would be. It defaults to 'normal'.

Optional testId

testId: string

Id of this testcase in a test management tool.

In the test report, a link to this testcase will be created. To build this link, wdio-workflo examines the "allure" property in workflo.conf.ts and substitutes '%s' in allure.testManagementPattern with the test id.

Generated using TypeDoc