Skip to main content

deleteSuite

codebolt.autoTesting.deleteSuite(params: IDeleteSuiteParams): Promise<IDeleteSuiteResponse>

Deletes a test suite and all its associations.

Parameters

Returns

  • Promise<[IDeleteSuiteResponse](/docs/reference/type-reference/codeboltjs/interfaces/IDeleteSuiteResponse)>: A promise that resolves when the suite is deleted.

Examples

await codebolt.autoTesting.deleteSuite({ id: 'suite-123' });

Notes

  • Doesn't delete associated test cases
  • Only removes the suite
  • Permanent operation