feat(template): add Self-Validation Testing as 14th testing type - #125
Conversation
|
Report bugs in Issues Welcome! 🎉This pull request will be automatically processed with the following features: 🔄 Automatic Actions
📋 Available CommandsPR Status Management
Review & Approval
Testing & Validation
Cherry-pick Operations
Branch Management
Label Management
✅ Merge RequirementsThis PR will be automatically approved when the following conditions are met:
📊 Review ProcessApprovers and ReviewersApprovers:
Reviewers:
Available Labels
AI Features
Security Checks
💡 Tips
For more information, please refer to the project documentation or contact the maintainers. |
|
Warning Review limit reached
Next review available in: 57 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughCRITICAL flag first: this change touches four documentation files, all mundane, all consistent — no logic, no code paths, nothing to break. Adds a "Self-Validation Testing" checklist item to AGENTS.md, stp-guide.md, child-stp.md, and stp.md, and expands checklist completeness guidance in AGENTS.md. ChangesSelf-Validation Testing documentation update
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested labels: ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Add Self-Validation Testing to the STP framework so authors consider whether new tests should be included in the self-validation package. Changes: - stp.md: new checkbox under Functional group after Regression - child-stp.md: matching entry with parent STP reference - AGENTS.md: review checklist updated (13→14 types), new guidance item - stp-guide.md: added to Types of Testing list Co-authored-by: PI (claude-opus-4-6) <noreply@pi.dev> Signed-off-by: rnetser <rnetser@redhat.com> Co-authored-by: Claude <noreply@anthropic.com>
64fc123 to
96aa601
Compare
|
Clean rebase detected — no code changes compared to previous head ( |
|
/approve |
Summary
Add Self-Validation Testing to the STP framework so authors consider whether new test scenarios should be included in the self-validation test package.
Changes
stps/stp-template/stp.mdstps/stp-template/child-stp.mdAGENTS.mddocs/stp-guide.mdContext
We have a self-validation test package — a curated subset of tests that run as product health checks. When planning new tests in an STP, authors should consider whether any new scenarios belong in this package. This change adds that consideration as a standard testing type checkbox alongside the existing 13 types.
Review Findings Addressed
Summary by CodeRabbit