You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(review): surface generate-tests command inline in the review comment (#4583)
manifest_missing_tests already renders in ORB's own comment, but nothing there
told a maintainer the @gittensory generate-tests command exists -- mirrors
CodeRabbit's inline "Generate unit tests" walkthrough checkbox instead of a
separate dashboard toggle, gated on the same e2eTests feature check the
#4196 auto-trigger already uses so an unconfigured repo never sees a command
that would just bounce.
Fixes#4583
"Add regression/invariant coverage, update relevant tests, or attach passing validation output that satisfies the repo's configured expectations. Maintainers can also comment `@gittensory generate-tests` for an AI-generated Playwright test.",
50
+
);
51
+
});
52
+
53
+
it("never appends the generate-tests CTA to a finding other than manifest_missing_tests, even when e2e test generation is available",()=>{
54
+
constfinding: FocusManifestFinding={
55
+
code: "manifest_linked_issue_required",
56
+
severity: "warning",
57
+
title: "Maintainer requires a linked issue",
58
+
detail: "This repo's maintainer focus manifest requires every PR to reference a tracked issue.",
59
+
action: "Link the relevant issue (for example `Closes #123`) before opening the PR.",
0 commit comments