updates for testing

This commit is contained in:
Jacob Dubin
2026-04-14 20:36:07 -05:00
parent 8c58b895f6
commit d1672e1613
8 changed files with 385 additions and 0 deletions

View File

@@ -12,3 +12,11 @@ These scripts help exercise the new .NET hosted cloud locally.
Runs a small readiness checklist before the first physical Jibo test against the .NET cloud.
- `Import-WebSocketCaptureFixture.ps1`
Sanitizes an exported websocket capture fixture and copies it into the checked-in websocket fixture set.
- `start-dotnet-with-node-cert.sh`
Starts the .NET API on Linux using the same PEM certificate material already used by the Node server.
- `invoke-live-jibo-prep.sh`
Bash equivalent of the live-run prep checklist for Ubuntu.
- `get-websocket-capture-summary.sh`
Bash summary helper for captured websocket telemetry and exported fixtures.
- `import-websocket-capture-fixture.py`
Cross-platform import/sanitization helper for exported websocket fixtures.