mattfrautnick/TestwiseAI

LLM-powered test selection — intelligently run only the tests that matter

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
config-pathPath to .testwise.yml config fileno.testwise.yml
llm-modelLLM model override (e.g., anthropic/claude-sonnet-4-20250514)no
api-keyLLM API key (prefer using secrets)no
base-refBase git ref to diff against (auto-detected if omitted)no
run-levelMinimum test classification to run: must_run, should_run, or allnoshould_run
dry-runShow selections without running testsnofalse
fallbackSkip LLM and run all testsnofalse
python-versionPython version to useno3.12
namedescription
tests-runNumber of tests executed
tests-passedNumber of tests that passed
tests-failedNumber of tests that failed
tests-skippedNumber of tests skipped by LLM
fallback-triggeredWhether the full fallback was used