feat(testmanagement): stamp "MCP generated" tag on createTestCase#347
Merged
ruturaj-browserstack merged 2 commits intoJul 20, 2026
Conversation
Collaborator
Author
Claude Code PR ReviewPR: #347 • Head: 6f3669e • Reviewers: stack:code-review SummaryStamps a Review Table
FindingsNo blocking findings. Verified in depth:
Non-blocking suggestions
Verdict: PASS — correct, focused, and well-tested origin-tagging; tag reaches both create paths, dedup verified, only trivial non-blocking follow-ups. |
ruturaj-browserstack
previously approved these changes
Jul 20, 2026
Manual test cases created via the MCP server carried no origin marker, so they were missing from the Test Case Activity Report (PMAA-166). Stamp the "MCP generated" tag on the create payload, preserving and de-duping any user-supplied tags. "AI Generated" stays reserved for TCG Agent output. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Align the createTestCase origin tag with the existing bulk createTestCasesFromFile path (TCG-utils/helpers.ts), which uses "MCP Generated" (capital G). Keeps a single canonical tag string across both create paths for the Test Case Activity Report (PMAA-166). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
SavioBS629
force-pushed
the
fix/mcp-generated-tag-createtestcase
branch
from
July 20, 2026 12:02
1830b7f to
fd54e76
Compare
ruturaj-browserstack
approved these changes
Jul 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Manual test cases created via the MCP server carried no origin marker, so they were missing from the Test Case Activity Report (PMAA-166). Stamp the "MCP generated" tag on the create payload, preserving and de-duping any user-supplied tags. "AI Generated" stays reserved for TCG Agent output.