You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add E2E tests for blob attachments across all 4 SDKs
Add blob attachment E2E tests for Node.js, Python, Go, and .NET SDKs.
Each test sends a message with an inline base64-encoded PNG blob
attachment and verifies the request is accepted by the replay proxy.
- nodejs/test/e2e/session_config.test.ts: should accept blob attachments
- python/e2e/test_session.py: test_should_accept_blob_attachments
- go/internal/e2e/session_test.go: TestSessionBlobAttachment
- dotnet/test/SessionTests.cs: Should_Accept_Blob_Attachments
- test/snapshots/: request-only YAML snapshots for replay proxy
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments