chore: moves wallet, accounts and analytics specs to tests#25263
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 large-scale test infrastructure reorganization that moves test spec files from The changes are purely structural - no application code is modified, and no test logic or assertions are changed. All modifications are:
However, since this affects the test infrastructure itself, running tests is important to validate:
The affected test categories based on the moved files include:
Running these tags will validate the test migration was successful and all import paths are correct. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #25263 +/- ##
==========================================
+ Coverage 79.96% 80.02% +0.06%
==========================================
Files 4257 4267 +10
Lines 109331 109881 +550
Branches 22889 23021 +132
==========================================
+ Hits 87429 87936 +507
- Misses 15835 15843 +8
- Partials 6067 6102 +35 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|



Description
Following #24313 we're looking to centralize all tools and test resources in one place.
This PR moves spec files for
Wallet,settings,analyticsandaccounts/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/regression/smoke specs and analytics helpers under the
tests/hierarchy.tests/regressionandtests/smoke, updating imports totests/frameworkandtests/helpers/analytics/helperstests/helpers/analytics/helpers.tsand aligns all specs to use it for event capture utilities.github/scripts/e2e-split-tags-shards.mjsregardingBASE_DIRperformance; no functional changeNo app/runtime code changes; CI/test paths and mocks updated accordingly.
Written by Cursor Bugbot for commit 89d3a83. This will update automatically on new commits. Configure here.