chore: move tools to tests#25198
Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsThis PR is a pure file relocation/refactoring that moves the e2e-ai-analyzer tool from The changes include:
No functional changes are made to:
The e2e-ai-analyzer is a CI tool used for PR analysis, not part of the actual E2E test execution. This refactoring does not affect any user-facing functionality or test behavior, making it safe to skip E2E tests. |
|
|
Missing release label release-7.64.0 on PR. Adding release label release-7.64.0 on PR and removing other release labels(release-7.65.0), as PR was added to branch 7.64.0 when release was cut. |



Description
Following #24313 we're looking to centralize all tools and test resources in one place.
This PR moves
toolsto/tests.Previous related PRs:
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Centralizes E2E analyzer tooling under
tests/toolsand aligns paths across codebase.e2e/tools/e2e-ai-analyzertotests/tools/e2e-ai-analyzerin.githubscript, README, CLI help text, and usage examplestests/tools/**/*instead ofe2e/tools/**/*e2e/tags.jscomment reference andselect-tagshandler import to pull tags frome2e/tagsEXCLUDED_TAGSinselect-tags/handlers.ts(adds several tags likeSmokeStake,SmokeNotifications, etc.)No functional logic changes to analyzer/tools beyond path and small config updates.
Written by Cursor Bugbot for commit fa581c4. This will update automatically on new commits. Configure here.