test: add pathing transition regression coverage

This commit is contained in:
BruceChen 2026-04-13 15:36:09 +00:00
parent 360883acf3
commit b0fab26c66
17 changed files with 1140 additions and 6 deletions

View file

@ -0,0 +1,37 @@
{
"manager-accepted-ascend-chain": {
"expectedStatus": "Success",
"segments": [
{
"move": "Diagonal",
"from": { "x": 171, "y": 80, "z": 160 },
"to": { "x": 172, "y": 80, "z": 161 }
},
{
"move": "Diagonal",
"from": { "x": 172, "y": 80, "z": 161 },
"to": { "x": 173, "y": 80, "z": 162 }
},
{
"move": "Traverse",
"from": { "x": 173, "y": 80, "z": 162 },
"to": { "x": 174, "y": 80, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 174, "y": 80, "z": 162 },
"to": { "x": 175, "y": 81, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 175, "y": 81, "z": 162 },
"to": { "x": 176, "y": 82, "z": 162 }
},
{
"move": "Ascend",
"from": { "x": 176, "y": 82, "z": 162 },
"to": { "x": 177, "y": 83, "z": 162 }
}
]
}
}

View file

@ -0,0 +1,13 @@
{
"manager-accepted-ascend-chain": {
"totalBudgetMs": 0,
"segments": [
{ "move": "Diagonal", "budgetMs": 0 },
{ "move": "Diagonal", "budgetMs": 0 },
{ "move": "Traverse", "budgetMs": 0 },
{ "move": "Ascend", "budgetMs": 0 },
{ "move": "Ascend", "budgetMs": 0 },
{ "move": "Ascend", "budgetMs": 0 }
]
}
}