getsentry/Run AI SDK Integration Tests

Run AI SDK integration tests for a specific language (js or python) and report failures

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 29, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: getsentry/testing-ai-sdk-integrations@a14b9af298674c8997e1b21ddca3136667d2b20a # v1

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
platformPlatform to test. One of: node, python, php, or leave empty for bothno""
frameworkSpecific framework to test (e.g., openai, anthropic, langchain)no""
testSpecific test to run (e.g., 'Basic LLM Test')no""
parallelNumber of tests to run in parallelno4
sentry-python-pathPath to local sentry-python repository for editable installno""
sentry-javascript-pathPath to local sentry-javascript repository for linkingno""
sentry-php-pathPath to local sentry-php repository (core PHP SDK)no""
sentry-laravel-pathPath to local sentry-laravel repository for composer path repositoryno""
openai-api-keyOpenAI API keyyes
anthropic-api-keyAnthropic API keyyes
google-genai-api-keyGoogle GenAI API keyyes
namedescription
successWhether all tests passed
totalTotal number of tests run
passedNumber of tests passed
failedNumber of tests failed