Star

Created With

linkRequest Basics

Each spec must define a request that defines the HTTP request to be made

Required properties:

Optional properties:

ℹ️ NOTE: headers, cookies, path_params, query_params all use an array of objects with name and value

1link- name: some-name-1

2link value: Some Value

3link- name: other-name-2

4link value: Other Value

linkmethod

linkpath:

1linkconfiguration:

2link host: swapi.dev

3link scheme: https

4link base_path: /api

5linkspecs:

6link - request:

7link method: get

8link path: /films/1/

9link response:

10link status_code: 200

Request Basicsmethodpath:

Home

Getting Startedchevron_right
Basicschevron_right
Requestchevron_right

Request Basics Headers Cookies Query Parameters Path Parameters

Payload Bodychevron_right

File Uploads Auto-Retry Additional Options

Response Validationchevron_right

Overview

Assertionschevron_right

Status Code Headers & Cookies

Bodychevron_right
Hooks & JSchevron_right

Overview

Function Typeschevron_right
Suite-Level Hookschevron_right
Spec-Level Hookschevron_right
Contextchevron_right
DRY & Reusing Specschevron_right
Command Line Interface (CLI)chevron_right