CreateTestRunExecution

Creates a new test run execution entry in the database based on the provided details.

post
Authorizations
AuthorizationstringRequired

Enter 'Bearer' followed by your JWT token

Body
testRunIdinteger · int32Required
rowLevelCollectionIdinteger · int32[]Required
executedBystring · min: 1Required
isExecutedinteger · int32Required
executedAtstring | nullableOptional
loadTestingCountinteger · int32[] | nullableOptional
statusstring | nullableOptional
statusMessagestring | nullableOptional
executionTypestring | nullableOptional
Responses
200

Success: The test run execution entries were successfully inserted into the database.

No content

post
/TestRunExecutionDetails/CreateTestRunExecution

No content