Files

24 lines
314 B
YAML
Raw Permalink Normal View History

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