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 ReportCommand Line Interface - CLI
$ scanapi run --help
Usage: scanapi run [OPTIONS] [SPEC_PATH]
Automated Testing and Documentation for your REST API. SPEC_PATH argument
is the API specification file path.
Options:
-o, --output-path PATH Report output path.
-c, --config-path PATH Configuration file path.
-t, --template PATH Custom report template path.
-ll, --log-level [DEBUG|INFO|WARNING|ERROR|CRITICAL]
Set the debug logging level for the program.
-h, --help Show this message and exit.