Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IManualTestcaseResults

This interface describes an object that defines the results of manually executed testcases to also include them in the test report.

The object's keys are the ids of the manually validated Stories (eg. "2.4.5") and its values are objects which implement IManualCriteria.

Hierarchy

  • IManualTestcaseResults

Indexable

[key: string]: IManualCriteria

This interface describes an object that defines the results of manually executed testcases to also include them in the test report.

The object's keys are the ids of the manually validated Stories (eg. "2.4.5") and its values are objects which implement IManualCriteria.

Generated using TypeDoc