Function

Test

Test runs a function's test suite in a sandboxed environment and returns the results.

post/api/v1/functions/{function_id}/test

Path parameters

function_idstring required

The function ID to test.

Request body

commitIdstring

The commit ID to test. If empty, the published commit is used.

Response

FunctionsServiceTestResponse contains test execution results.

Changes