chore: moves quarantine specs to tests; deprecates e2e/specs#25706
chore: moves quarantine specs to tests; deprecates e2e/specs#25706christopherferreira9 merged 3 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. |
🔍 Smart E2E Test Selection
click to see 🤖 AI reasoning detailsE2E Test Selection:
The moved files are all I'm selecting a representative set of tags to validate that the test infrastructure changes work correctly:
This selection covers different feature areas to ensure the test discovery and execution pipeline works correctly after the configuration changes. The risk is medium because while the changes are infrastructure-focused and the moved files are quarantined, the configuration changes could potentially break test discovery if not implemented correctly. Performance Test Selection: |
|



Description
Following #24313 we're looking to centralize all tools and test resources in one place.
This PR also:
/tests. These quarantine files are now in their respective folder (smoke and regression) instead of using a dedicated quarantine folder./teststestssince all specs have been migrated.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
Medium Risk
Touches CI/Jest test discovery and sharding logic, so misconfigured paths could cause E2E suites to be skipped or incorrectly partitioned; changes are largely mechanical path updates.
Overview
Shifts Detox E2E spec discovery to
tests/(smoke/regression) and deprecatese2e/specs, updating Jest configs, unit-test ignore patterns, CI sharding/tag selection scripts, and result parsing assumptions accordingly.Updates documentation and AI review guidance to reference the new
tests/(smoke|regression)layout, and rewrites quarantined smoke/regression spec files’ imports to point at sharede2e/page objects/helpers while usingtests/framework+tests/resourcesfrom their new locations.Written by Cursor Bugbot for commit 76eeb92. This will update automatically on new commits. Configure here.