Function: listTestCases()
listTestCases(
promptId
?,skip
?,take
?,options
?):Promise
<TestCaseDTO
[]>
List of test cases
Parameters
promptId?
string
skip?
number
take?
number
options?
account
Returns
Promise
<TestCaseDTO
[]>
list of test cases
Found a mistake? Let us know.