TestCaseApi

TestCaseApi - object-oriented interface

Export

TestCaseApi

Extends

  • BaseAPI

Constructors

new TestCaseApi()

new TestCaseApi(configuration?, basePath?, axios?): TestCaseApi

Parameters

configuration?

basePath?

string = BASE_PATH

axios?

AxiosInstance = globalAxios

Returns

Inherited from

BaseAPI.constructor

Properties

axios

protected axios: AxiosInstance = globalAxios

Inherited from

BaseAPI.axios


basePath

protected basePath: string = BASE_PATH

Inherited from

BaseAPI.basePath


configuration

protected configuration: undefined | Configuration

Inherited from

BaseAPI.configuration

Methods

apiV1TestcaseCopyPost()

apiV1TestcaseCopyPost(testCaseCopyDTO?, options?): Promise<AxiosResponse<TestCasesCopyResponseDTO>>

Parameters

testCaseCopyDTO?

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCasesCopyResponseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseIdDelete()

apiV1TestcaseIdDelete(id, options?): Promise<AxiosResponse<TestCaseDTO>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseIdGet()

apiV1TestcaseIdGet(id, options?): Promise<AxiosResponse<TestCaseDTO>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseIdPatch()

apiV1TestcaseIdPatch(id, testCasePatchDTO?, options?): Promise<AxiosResponse<TestCaseDTO>>

Parameters

id

string

testCasePatchDTO?

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseIdResultsGet()

apiV1TestcaseIdResultsGet(id, skip?, take?, options?): Promise<AxiosResponse<TestCaseResultDTO[]>>

Parameters

id

string

skip?

number

take?

number

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseResultDTO[]>>

Throws

Memberof

TestCaseApi


apiV1TestcaseListGet()

apiV1TestcaseListGet(skip?, take?, promptId?, options?): Promise<AxiosResponse<TestCaseDTO[]>>

Parameters

skip?

number

take?

number

promptId?

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseDTO[]>>

Throws

Memberof

TestCaseApi


apiV1TestcasePost()

apiV1TestcasePost(testCaseCreateDTO?, options?): Promise<AxiosResponse<TestCaseDTO>>

Parameters

testCaseCreateDTO?

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseResultIdGet()

apiV1TestcaseResultIdGet(id, options?): Promise<AxiosResponse<TestCaseResultDTO>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseResultDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseRunPost()

apiV1TestcaseRunPost(testCaseRunCreateDTO?, options?): Promise<AxiosResponse<TestCaseRunResponseDTO>>

Parameters

testCaseRunCreateDTO?

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseRunResponseDTO>>

Throws

Memberof

TestCaseApi


apiV1TestcaseRunsIdListGet()

apiV1TestcaseRunsIdListGet(id, skip?, take?, options?): Promise<AxiosResponse<TestCaseResultDTO[]>>

Parameters

id

string

skip?

number

take?

number

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseResultDTO[]>>

Throws

Memberof

TestCaseApi


apiV1TestcaseRunsIdStatusGet()

apiV1TestcaseRunsIdStatusGet(id, options?): Promise<AxiosResponse<TestCaseResultStatusDTO[]>>

Parameters

id

string

options?

RawAxiosRequestConfig

Override http request option.

Returns

Promise<AxiosResponse<TestCaseResultStatusDTO[]>>

Throws

Memberof

TestCaseApi

Found a mistake? Let us know.

Enroll in beta

Request invite to our private Beta program for developers to join the waitlist. No spam, we promise.