Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SuiteCreateModel

Suite create model

Hierarchy

  • SuiteCreateModel

Index

Properties

Optional name

name: string

Name of test suite.

Optional queryString

queryString: string

For query based suites, query string that defines the suite.

Optional requirementIds

requirementIds: Array<number>

For requirements test suites, the IDs of the requirements.

Optional suiteType

suiteType: string

Type of test suite to create. It can have value from DynamicTestSuite, StaticTestSuite and RequirementTestSuite.

Generated using TypeDoc