test: removes old framework and organizes the framework #21359
+138
−1,128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR cleans the
/framework
folder and moves coded that is not related to the framework out.The old framework has also been removed and all specs were migrated to the new framework.
Changelog
CHANGELOG entry:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist
Note
Replaces legacy e2e utils with framework modules across specs, deletes old utils, adds deep-link scheme support and web element typing, and updates fixtures/ESLint accordingly.
Assertions
,Matchers
,Gestures
,Utilities
, andSoftAssert
frome2e/framework/*
instead ofe2e/utils/*
.e2e/utils/
(Assertions.js
,Gestures.js
,Matchers.js
,Utilities.js
).PerpsE2E
withspecs/perps/helpers/perps-modifiers
using framework deep links.E2EDeeplinkSchemes
toe2e/framework/Constants.ts
.e2e/framework/DeepLink.ts
with logging and generic scheme mapping for Android.Gestures.typeInWebElement
and use it in webview interactions.Utilities
; adjust server/mock setup usage.e2e/framework/.eslintrc.js
(remove page-specific no-restricted-import paths).Written by Cursor Bugbot for commit 314a97f. This will update automatically on new commits. Configure here.