Skip to content

SMOODEV-93: Add tags support to test runs#3

Merged
brentrager merged 1 commit into
mainfrom
SMOODEV-93-tags
Feb 25, 2026
Merged

SMOODEV-93: Add tags support to test runs#3
brentrager merged 1 commit into
mainfrom
SMOODEV-93-tags

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Summary

  • Add tags field (string array) to test run types (TestRun, CreateTestRunInput, UpdateTestRunInput, ListTestRunsFilters)
  • Add --tags CLI option to create, report, and list commands (comma-separated)
  • Update SmooTestingClient.report() to accept and pass through tags

Test plan

  • All 21 existing tests pass
  • TypeScript compiles cleanly
  • Build succeeds (lib + CLI)

🤖 Generated with Claude Code

Add flexible tagging system to test runs for categorizing by type
(e2e, unit, integration) and scope (customer name, package name).
- Add tags field to TestRun, CreateTestRunInput, UpdateTestRunInput, ListTestRunsFilters
- Add --tags CLI option to create, report, and list commands
- Update SmooTestingClient.report() to pass tags through

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@changeset-bot

changeset-bot Bot commented Feb 25, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 79e764b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@smooai/testing Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@brentrager brentrager merged commit 33a6b6d into main Feb 25, 2026
1 check passed
@brentrager brentrager deleted the SMOODEV-93-tags branch February 25, 2026 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant