more test fixes

This commit is contained in:
Jacob Dubin
2026-04-14 21:38:50 -05:00
parent 0b9e4ee9f3
commit 771919c7bb
9 changed files with 137 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
param(
[string]$CaptureDirectory = "..\..\src\Jibo.Cloud\dotnet\src\Jibo.Cloud.Api\bin\Debug\net10.0\captures\websocket"
[string]$CaptureDirectory = "..\..\captures\websocket"
)
$resolvedDirectory = Resolve-Path -LiteralPath $CaptureDirectory -ErrorAction Stop

View File

@@ -8,6 +8,8 @@ These scripts help exercise the new .NET hosted cloud locally.
Replays a sanitized HTTP fixture against a running local instance.
- `Get-WebSocketCaptureSummary.ps1`
Summarizes captured websocket telemetry events and exported live-run fixtures from the .NET cloud.
- repo-root `captures/http/`
Structured HTTP request/response telemetry for live robot startup comparison.
- `Invoke-LiveJiboPrep.ps1`
Runs a small readiness checklist before the first physical Jibo test against the .NET cloud.
- `Import-WebSocketCaptureFixture.ps1`