v0.4.0: Magic Select
· 2 min read
We're excited to announce TestPlanIt v0.4.0, introducing Magic Select—AI-powered test case selection that helps teams work smarter when creating test runs.
Magic Select: Let AI Choose Your Test Cases
Creating a test run often means manually selecting which test cases to include—a time-consuming process that can lead to missed coverage or unnecessary tests. Magic Select changes that.
How It Works
When creating a test run, click the Magic Select button and let AI analyze:
- Your test run name and description
- Project documentation
- Tags and linked issues
- Historical test data
The AI then suggests the most relevant test cases for your specific testing goal.
Getting Started with Magic Select
- Navigate to Test Runs and click Add Test Run
- Fill in your test run details (name, description, milestone)
- Click the Magic Select button
- Review the AI-suggested test cases
- Adjust selections if needed and save
Magic Select requires an LLM integration configured in your project settings. We support OpenAI, Anthropic, and other popular providers.
Upgrade Today
To upgrade to v0.4.0:
git pull origin main
pnpm install
pnpm generate
pnpm build
For Docker deployments, pull the latest image:
docker pull ghcr.io/testplanit/testplanit:latest
Get Involved
- Star the repo on GitHub
- Follow @TestPlanItHQ for updates
- Join our Community Discord
- Report issues and suggest features on GitHub
Thank you for using TestPlanIt!