Creates/Updates a test-run for the workspace with given test-run id. Authorization required is Bearer JWT Access token provided by EntraID or Playwright Service.

patch/playwrightworkspaces/{workspaceId}/test-runs/{runId}

Path parameters

workspaceIdstring required

The workspace id in GUID format.

runIdstring required

The test-run id in GUID format.

Query parameters

api-versionstring required

The API version to use for this operation.

Headers

x-ms-client-request-idstring uuid

An opaque, globally-unique, client-generated string identifier for the request.

Response

The request has succeeded.

idstring required

The test-run id in GUID format.

displayNamestring required

The test-run display name.

creatorIdstring required

The test-run creator's id.

creatorNamestring

The test-run creator's name.

Changes