Files
Tests/config/apis.yaml
T
2026-05-06 22:41:53 +03:30

24 lines
314 B
YAML

base_url: http://backend-web:8000/api
flows:
auth:
login:
method: POST
path: /auth/login/
body:
identifier: "admin"
password: "admin123456"
expected_status: 200
extract:
token: token
store_redis:
key: "test_token"
ttl: 3600