diff --git a/types/sandbox/test.d.ts b/types/sandbox/test.d.ts index 512296d2..7aa8fde4 100644 --- a/types/sandbox/test.d.ts +++ b/types/sandbox/test.d.ts @@ -258,6 +258,11 @@ declare interface Execution { * @param request - name of the request to run next */ setNextRequest(request: string | null): void; + + /** + * TODO copy the documentation from postman + */ + skipRequest(): void } declare interface ExecutionLocation extends Array {