v1

latestSwagger 2.02026-08-06114111152.5 KB
Codeless tests

Replace the Codeless test's steps

Deletes the test's existing steps and replaces them with the provided array. Useful for programmatic editing of recorded tests.

post/v1/lab/{id}/steps

Path parameters

idinteger required

Numeric Codeless test ID.

Request body

stepsstring[] required

Ordered list of steps; each is { order:, cmd:, locator:, value: }.

Response

Replace the Codeless test's steps

successboolean required

Whether the operation succeeded.

errorsobject required

Validation errors keyed by field name. Only present when success is false.

errorstring required

Single human-readable reason, used by the older endpoints in place of errors. Only present when success is false.