api
run given assertions against the traces from the given run without persisting anything
use this method to test a definition against an actual trace without creating a new version or persisting anything
put/tests/{testId}/run/{runId}/dry-run
Parameters
./parameters.yaml#/components/parameters/testId — unresolved $ref
./parameters.yaml#/components/parameters/runId — unresolved $ref
Request body
TestSpecs required— unresolved $ref
Response
successful operation
AssertionResults required— unresolved $ref
Changes
Changed in 2 of the 50 revisions of this API.22
- ●
deleted the
pathrequest parameterrunIdrequest-parameter-removed
- ●
deleted the
pathrequest parametertestIdrequest-parameter-removed
- ●
- ▲
added the new path request parameter
runIdnew-request-path-parameter
- ▲
added the new path request parameter
testIdnew-request-path-parameter
- ▲