Skip to content

feat(loadtesting): advertise tag filter on run-list endpoints - #403

Merged
sourabhd-cbu merged 1 commit into
browserstack:feat/capability-registryfrom
sourabhd-cbu:feat/loadtesting-run-tag-filter
Sep 8, 2026
Merged

feat(loadtesting): advertise tag filter on run-list endpoints#403
sourabhd-cbu merged 1 commit into
browserstack:feat/capability-registryfrom
sourabhd-cbu:feat/loadtesting-run-tag-filter

Conversation

@sourabhd-cbu

Copy link
Copy Markdown
Collaborator

Adds a tag query param (and a one-line guidance note) to the three run-list capabilities so the registry advertises run-tag filtering:

  • GET /loadTests/{testId}/runs (listLoadTestRuns)
  • GET /projects/{projectId}/runs (listProjectLoadTestRuns)
  • GET /loadTests/runs/active (listActiveLoadTestRuns)

Without this, bind rejects ?tag= as an unknown query even though the backend supports it — so the filter is unreachable through the MCP. Response-side tags on run objects needs no declaration (fields pass through); only the query param must be declared.

Pairs with the load-testing-backend read-path change that implements the filter (getRunDisplayTags surfacing + findJobIdsByLabels push-down). Follows the merged run-tag write path (#402, runId on updateLoadTest).

@coderabbitai

coderabbitai Bot commented Sep 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Central YAML (base), Organization UI (inherited), Workspace UI (inherited)

Review profile: ASSERTIVE

Plan: Enterprise

Run ID: 5e222836-2b87-4cf8-8d6e-4dbba26371ba

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@sourabhd-cbu
sourabhd-cbu merged commit 7a072c5 into browserstack:feat/capability-registry Sep 8, 2026
1 check passed
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