TestwiseAI
Version updated for https://github.com/mattfrautnick/testwise to version v0.1.3.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
Testwise is a GitHub Action that optimizes CI/CD workflows by using an LLM to intelligently select and execute only the tests impacted by code changes, classifying them as must_run, should_run, or skip. It addresses the inefficiency of running full test suites by analyzing code diffs and test structures, leveraging parser plugins for test-level granularity and safely defaulting to running all tests when uncertain. Key features include hybrid test/file-level selection, extensibility through plugins, support for multiple LLMs, and GitHub annotations for streamlined reporting.
What’s Changed
Initial public release of smartselect - LLM-powered test selection for CI/CD pipelines.