Files
Tests/config/apis.yaml
T

24 lines
314 B
YAML
Raw Normal View History

2026-05-06 22:41:53 +03:30
base_url: http://backend-web:8000/api
2026-05-06 22:16:58 +03:30
flows:
2026-05-06 22:41:53 +03:30
auth:
2026-05-06 22:16:58 +03:30
login:
method: POST
2026-05-06 22:41:53 +03:30
path: /auth/login/
2026-05-06 22:16:58 +03:30
body:
2026-05-06 22:41:53 +03:30
identifier: "admin"
password: "admin123456"
2026-05-06 22:16:58 +03:30
expected_status: 200
extract:
token: token
store_redis:
2026-05-06 22:41:53 +03:30
key: "test_token"
2026-05-06 22:16:58 +03:30
ttl: 3600