Optional afterAn additional function, which is executed AFTER the underlying test.
Optional beforeAn additional function, which is executed before the underlying test.
Optional bodyRequest body.
Optional expectationsSets up the expectations.
Optional headersRequest headers.
Optional parametersURL parameters.
Optional queryQuery parameters.
Optional refThis is an explicit reference to the underlying test,
declared by things like @It() decorator.
Optional sortA custom sort order, inside the group.
Optional tagSomething optional, that should submitted to a test event / operation.
Optional timeoutCustom timeout value in ms.
Optional validatorA custom validator function.
Generated using TypeDoc
Options, setting up a test.