Skip to content
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

chore: update cypress to v13.15.2 #4490

Merged
merged 2 commits into from
Nov 11, 2024
Merged

Conversation

compojoom
Copy link
Contributor

What it solves

Keeps our dev. tools up to date

How this PR fixes it

Just bumps the cypress package

How to test it

No testing needed. If the cypress tests succeed, than we should be ok with merging.

Screenshots

Checklist

  • I've tested the branch on mobile 📱
  • I've documented how it affects the analytics (if at all) 📊
  • I've written a unit/e2e test for it (if applicable) 🧑‍💻

Copy link

github-actions bot commented Nov 6, 2024

Copy link

github-actions bot commented Nov 6, 2024

📦 Next.js Bundle Analysis for safe-wallet-web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

⚠️ Global Bundle Size Increased

Page Size (compressed)
global 1022.68 KB (🟡 +10.38 KB)
Details

The global bundle is the javascript bundle that loads alongside every page. It is in its own category because its impact is much higher - an increase to its size means that every page on your website loads slower, and a decrease means every page loads faster.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

If you want further insight into what is behind the changes, give @next/bundle-analyzer a try!

Forty-four Pages Changed Size

The following pages changed size from the code in this PR compared to its base branch:

Page Size (compressed) First Load
/ 512 B (🟡 +1 B) 1023.18 KB
/403 593 B (🟡 +16 B) 1023.26 KB
/404 702 B (🟡 +4 B) 1023.37 KB
/_error 238 B (🟡 +10 B) 1022.91 KB
/_offline 1.1 KB (🟡 +5 B) 1023.78 KB
/addOwner 553 B (🟡 +19 B) 1023.22 KB
/address-book 26.09 KB (-1 B) 1.02 MB
/apps 48.36 KB (🟢 -70 B) 1.05 MB
/apps/bookmarked 462 B (🟡 +17 B) 1023.13 KB
/apps/custom 39.98 KB (🟢 -82 B) 1.04 MB
/apps/open 55.1 KB (🟢 -88 B) 1.05 MB
/balances 38.3 KB (🟡 +34 B) 1.04 MB
/balances/nfts 19.2 KB (🟡 +1 B) 1.02 MB
/cookie 8.75 KB (🟡 +7 B) 1.01 MB
/home 59.46 KB (🟢 -61 B) 1.06 MB
/imprint 1.38 KB (🟡 +19 B) 1 MB
/licenses 4.98 KB (🟡 +7 B) 1 MB
/new-safe/advanced-create 35.04 KB (🟡 +70 B) 1.03 MB
/new-safe/create 34.29 KB (🟡 +59 B) 1.03 MB
/new-safe/load 14.77 KB (🟢 -7 B) 1.01 MB
/privacy 15.88 KB (🟡 +12 B) 1.01 MB
/settings 469 B (🟡 +19 B) 1023.14 KB
/settings/appearance 8.09 KB (🟡 +37 B) 1.01 MB
/settings/cookies 7.71 KB (🟡 +27 B) 1.01 MB
/settings/data 7.61 KB (🟡 +29 B) 1.01 MB
/settings/environment-variables 9.18 KB (🟡 +14 B) 1.01 MB
/settings/modules 9.85 KB (🟡 +3 B) 1.01 MB
/settings/notifications 27.19 KB (🟡 +145 B) 1.03 MB
/settings/safe-apps 23.89 KB (🟢 -55 B) 1.02 MB
/settings/security 8.13 KB (🟡 +24 B) 1.01 MB
/settings/setup 36.01 KB (🟡 +4 B) 1.03 MB
/share/safe-app 9.71 KB (🟢 -16 B) 1.01 MB
/stake 617 B (🟡 +21 B) 1023.28 KB
/swap 750 B (🟡 +17 B) 1023.41 KB
/terms 560 B (🟡 +16 B) 1023.23 KB
/transactions 73.76 KB (🟡 +60 B) 1.07 MB
/transactions/history 73.72 KB (🟡 +54 B) 1.07 MB
/transactions/messages 39.24 KB (🟡 +31 B) 1.04 MB
/transactions/msg 29.54 KB (🟡 +1 B) 1.03 MB
/transactions/queue 31.33 KB (🟡 +16 B) 1.03 MB
/transactions/tx 21.1 KB (🟡 +9 B) 1.02 MB
/wc 702 B (🟡 +15 B) 1023.37 KB
/welcome 6.81 KB (🟡 +7 B) 1.01 MB
/welcome/accounts 399 B (🟡 +20 B) 1023.07 KB
Details

Only the gzipped size is provided here based on an expert tip.

First Load is the size of the global bundle plus the bundle for the individual page. If a user were to show up to your website and land on a given page, the first load size represents the amount of javascript that user would need to download. If next/link is used, subsequent page loads would only need to download that page's bundle (the number in the "Size" column), since the global bundle has already been downloaded.

Any third party scripts you have added directly to your app using the <script> tag are not accounted for in this analysis

Next to the size is how much the size has increased or decreased compared with the base branch of this PR. If this percentage has increased by 20% or more, there will be a red status indicator applied, indicating that special attention should be given to this.

Copy link

github-actions bot commented Nov 6, 2024

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 74.11% 13908/18767
🔴 Branches 52.78% 3432/6502
🔴 Functions 58.01% 2032/3503
🟡 Lines 75.78% 12636/16674

Test suite run success

1593 tests passing in 215 suites.

Report generated by 🧪jest coverage report action from 3f83c62

@compojoom compojoom merged commit 6aefda6 into update-next-15 Nov 11, 2024
21 of 34 checks passed
@compojoom compojoom deleted the update-cypress-v13 branch November 11, 2024 09:03
@github-actions github-actions bot locked and limited conversation to collaborators Nov 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants