Installation and Configuration
Welcome to the GYAT
installation and configuration guide! This guide will walk you through the steps to install GYAT
and configure it for your API testing needs.
Installation
To install GYAT
, you can download the latest version from the GitHub releases page. The installation process is straightforward and requires minimal setup.
Configuration
Once you've installed GYAT
, you'll need to configure it to work with your API. The configuration process is simple and involves setting up the following:
- OpenAPI Specification File: This file describes the API you're working with. For beginners, you can use the Petstore example API from the Pet Store repository.
- GYAT Configuration:
GYAT
uses the same configuration format askubectl
(i.e., thekubeconfig
file). This keeps the learning curve minimal and makes configuration easier.