chore: moves Perps and Performance specs to tests#25598
chore: moves Perps and Performance specs to tests#25598christopherferreira9 merged 5 commits intomainfrom
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. |
tests/smoke/performance/network-list/dismiss-network-list.spec.ts
Outdated
Show resolved
Hide resolved
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
All changes are purely structural (file renames and import path updates) with no functional changes to test logic. The tests still use the same tags (SmokePerps, RegressionTrade, SmokePerformance). Running SmokePerps tests will validate that the perps test reorganization works correctly and the import paths resolve properly. This is important because broken imports would cause test failures. Performance Test Selection: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #25598 +/- ##
=======================================
Coverage 80.43% 80.43%
=======================================
Files 4286 4286
Lines 110981 110977 -4
Branches 23614 23614
=======================================
- Hits 89266 89264 -2
+ Misses 15513 15512 -1
+ Partials 6202 6201 -1 ☔ 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
Performance, andPerpsspecs to/tests.Previous related PRs:
Changelog
CHANGELOG entry:
Related issues
Fixes: https://consensyssoftware.atlassian.net/browse/MMQA-1235
Manual testing steps
N/A
Screenshots/Recordings
Before
N/A
After
N/A
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Low Risk
Low risk refactor focused on test/CI path updates; main risk is broken imports or missing artifacts causing E2E/performance CI runs to fail.
Overview
Centralizes Perps regression/smoke specs and smoke performance specs under
tests/, updating imports to reference thetests/frameworkutilities and sharede2e/pagesobjects.Updates performance reporting to write JSON outputs under
tests/smoke/performance/reportsand adjusts Bitrise +.gitignoreto collect/ignore performance result artifacts from the new location (instead ofe2e/specs/performance/reports).Written by Cursor Bugbot for commit 9d0216b. This will update automatically on new commits. Configure here.