-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Reintegrate refactored Swap e2e tests to the pipeline #26493
base: develop
Are you sure you want to change the base?
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. |
Builds ready [33a635f]
Page Load Metrics (85 ± 10 ms)
Bundle size diffs
|
Builds ready [d8f0e8f]
Page Load Metrics (76 ± 8 ms)
Bundle size diffs
|
Quality Gate passedIssues Measures |
Builds ready [e288993]
Page Load Metrics (99 ± 34 ms)
Bundle size diffs
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26493 +/- ##
===========================================
- Coverage 70.19% 70.09% -0.10%
===========================================
Files 1420 1413 -7
Lines 49769 49255 -514
Branches 13828 13768 -60
===========================================
- Hits 34933 34524 -409
+ Misses 14836 14731 -105 ☔ View full report in Codecov by Sentry. |
Builds ready [e288993]
Page Load Metrics (88 ± 13 ms)
Bundle size diffs
|
Builds ready [e288993]
Page Load Metrics (80 ± 23 ms)
Bundle size diffs
|
c474cc2
to
1bf2d8e
Compare
Builds ready [cdda382]
Page Load Metrics (1632 ± 104 ms)
Bundle size diffs
|
Builds ready [d870874]
Page Load Metrics (1879 ± 86 ms)
Bundle size diffs
|
Builds ready [d870874]
Page Load Metrics (1766 ± 113 ms)
Bundle size diffs
|
Builds ready [d870874]
Page Load Metrics (1731 ± 74 ms)
Bundle size diffs
|
Builds ready [d870874]
Page Load Metrics (1975 ± 75 ms)
Bundle size diffs
|
d870874
to
3c1229a
Compare
Builds ready [3c1229a]
Page Load Metrics (1953 ± 78 ms)
Bundle size diffs
|
Quality Gate passedIssues Measures |
Builds ready [5c2fef9]
Page Load Metrics (1822 ± 160 ms)
Bundle size diffs
|
Builds ready [5c2fef9]
Page Load Metrics (1927 ± 73 ms)
Bundle size diffs
|
Builds ready [5c2fef9]
Page Load Metrics (1779 ± 68 ms)
Bundle size diffs
|
Builds ready [5c2fef9]
Page Load Metrics (2033 ± 105 ms)
Bundle size diffs
|
Builds ready [5c2fef9]
Page Load Metrics (1870 ± 117 ms)
Bundle size diffs
|
Builds ready [f08c4a8]
Page Load Metrics (1761 ± 42 ms)
Bundle size diffs
|
Builds ready [f08c4a8]
Page Load Metrics (1749 ± 140 ms)
Bundle size diffs
|
f08c4a8
to
00e0f92
Compare
459a117
to
d4b5e34
Compare
Builds ready [3b28b3e]
Page Load Metrics (2103 ± 81 ms)
Bundle size diffs
|
@@ -234,6 +234,9 @@ workflows: | |||
- test-e2e-mmi-playwright: | |||
requires: | |||
- prep-build-test-mmi-playwright | |||
- test-e2e-swap-playwright - OPTIONAL: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This job does not exist. Was this added by mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes to fix CI config error
Description
The new extension e2e test automation includes the following test scenarios after the code refactoring.
✓ 1 should swap native token ETH to DAI on Tenderly - Mainnet' (41.2s)
✓ 2 should swap unapproved token DAI to ETH on Tenderly - Mainnet' (48.2s)
✓ 3 should swap native token ETH to WETH on Tenderly - Mainnet' (39.0s)
✓ 4 should swap wrapped token WETH to ETH on Tenderly - Mainnet' (38.8s)
✓ 5 should swap ERC20->ERC20 token DAI to USDC on Tenderly - Mainnet' (41.0s)
Highlights:
Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
e2e_extension.mov
Pre-merge author checklist
Pre-merge reviewer checklist