Scenario editor
Управление route-level сценариями. Это основной слой для проверки ошибок, пустых ответов, задержек, 4xx/5xx и нестандартных provider-состояний.
project=
mywoolbridge · routeOnly=falseActive scenarios
Всего: 10
| Service | Key | Enabled | Config | Actions |
|---|---|---|---|---|
| RUPOST | backlog_create_failure | no | {
"status": 422,
"message": "Fake backlog creation error"
} | |
| RUPOST | tariff_failure | no | {
"code": "TARIFF_FAKE_ERROR",
"status": 422,
"message": "Fake tariff error"
} | |
| CDEK | calculator_failure | no | {
"code": "ERR_FAKE_CALCULATOR",
"status": 422,
"message": "Fake calculator failure"
} | |
| CDEK | order_create_failure | no | {
"code": "ERR_FAKE_ORDER_CREATE",
"status": 422,
"message": "Fake order creation failure"
} | |
| CDEK | route:GET:/v2/deliverypoints | no | {
"body": [],
"once": true,
"match": {
"query": {
"city_code": 999999
}
},
"status": 200
} | |
| TBANK | init_failure | no | {
"Message": "Fake Init failure",
"ErrorCode": "9999"
} | |
| TBANK | payment_timeout | no | {
"status": "DEADLINE_EXPIRED"
} | |
| CLICKUP | rate_limit | no | {
"body": {
"err": "Rate limit reached",
"ECODE": "RATE_001"
},
"status": 429
} | |
| DOLYAMI | payment_rejected | no | {
"status": "rejected"
} | |
| SYSTEM | latency | no | {
"ms": 0
} |