more test fixes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user