Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoryMetaData

Optional metadata of a Story.

Hierarchy

  • IStoryMetaData

Index

Properties

Properties

Optional bugs

bugs: string[]

Ids of bugs associated with this Story in an issue tracker tool (eg. bugs in JIRA).

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 issues

issues: string[]

Ids of issues associated with this Story in an issue tracker tool (eg. user stories in JIRA).

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

Optional severity

severity: Severity

The severity of a Story describes how severe the implications of one or more acceptance criteria of the Story not being fulfilled correctly would be. It defaults to 'normal'.

Generated using TypeDoc