Getting Started
Quick StartSpecification
Basic Structure API Specification Keys Python Code Environment Variables Custom Variables Chaining Requests API Specification in Multiple Files RetryConfiguration
Command Line Interface - CLI Configuration File Hiding Sensitive Information Custom ReportRetry
You can define a retry configuration for a request.
requests:
- name: my_request
path: path/to/request
retry:
max_retries: 3
This means that ScanAPI will try a maximum of 3 times to make the request before it is permanently failed.