feat: finalize projectwork CI jobs, docs and test integration

This commit is contained in:
2026-04-23 11:39:08 +03:00
parent 737bddd631
commit 20bdacf5c5
39 changed files with 1819 additions and 70 deletions
@@ -0,0 +1,16 @@
{
"request": {
"method": "GET",
"urlPath": "/users/500"
},
"response": {
"status": 500,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"error": "temporary_failure",
"message": "Mocked failing method for resilience checks"
}
}
}