Get the result of a test step

Retrieves the result of a test step

GET /manage/scenarios/{scenarioId}/runs/{runId}/{runStepId}

URI Parameters

Name In Required Type Description

scenarioId

path

True

string

Version 4 UUID of the test scenario

runId

path

True

string

Version 4 UUID of the scenario run

runStepId

path

True

string

Version 4 UUID of the test step

Responses

Name Type Description

200 OK

byte[]

The result of the test step as plain text

404 Not Found

Null

Not started test steps do not have results

Produces

  • text/plain

Security

Every request requires a JWT access token for authentication in the Authorisation HTTP header. Please see the API authentication page for details about how to get a JWT token.

Authorization: Bearer {JWT_TOKEN}

Roles

  • Wenenu Owner

  • Wenenu Contributor

  • Wenenu Reader

Sample request

GET https://wenenu.com/manage/scenarios/8a444458-3fc2-4019-94c0-5c1bd973d2d5/runs/69c65310-1460-49ba-a791-c274a334ac9c/bfeb3332-13a6-4140-b9f1-c4417157644b HTTP/1.1
Authorization: Bearer {jwt_token}

Sample Response

Status code: 200 OK

Exit Code: 0

Standard Output:
Test performed successfully

Standard Error: