Skip to main content
Returns the array of captured requests.

Parameters

ParameterTypeRequiredDescription
keystringYesRecorder key set on recordRequests.
saveAsstringNoName of the variable to write this step’s return value to.
retriesnumberNoNumber of times to retry the step on failure before failing the test.
skippedbooleanNoSkip this step at execution time.

Shorthand

Recorder key as a single string.
- getRecordedRequests: todos

Examples

- getRecordedRequests:
    key: todos
    saveAs: TODOS