Merged
Conversation
- Accept --input with JSON containing sequences, config, writeKey, apiHost - Support time-delayed event sequences for retry testing - Output JSON result on stdout for test harness integration - Map config options to SDK parameters (flushAt, flushInterval, maxRetries) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Runs sdk-e2e-tests suite against the e2e-cli to verify SDK behavior. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Changed from 'python -m e2e_cli' (non-existent module) to 'e2e-cli' (the actual console_scripts entry point). Removed unnecessary CLI_CWD. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rename directory to match the convention used by all other SDK repos. Replace the outdated README with one documenting the current unified input/output format and parameters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Per-SDK config and convenience script for the generic test runner in sdk-e2e-tests. Run ./e2e-cli/run-e2e.sh to build and test locally. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace hardcoded env vars and direct npm test call with ./scripts/run-tests.sh which reads e2e-config.json for test configuration. This ensures CI uses the same config as local runs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
bsneed
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding CI test that uses a common test set from sdk-e2e-tests repo