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

refactor: use nx-verdaccio for e2e testing #842

Open
wants to merge 42 commits into
base: main
Choose a base branch
from

Conversation

BioPhoton
Copy link
Collaborator

@BioPhoton BioPhoton commented Oct 15, 2024

This PR uses nx-verdaccio for all but cli-e2e project. In a follow up PR #844 the e2e-old target gets refactored and the tooling code gets a cleanup

Copy link

github-actions bot commented Oct 15, 2024

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared target commit 4e35719 with source commit 13a63a4.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🟡 54 🟡 52 ↓ −2.1
Updates 🟡 75 🟡 75 ↑ +0.1
Custom checks 🟡 67 🟡 67
Code coverage 🟡 90 🟡 90
Security 🟡 82 🟡 82
Accessibility 🟢 91 🟢 91
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Bug prevention 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👍 1 group improved, 👎 1 group regressed, 👍 3 audits improved, 👎 2 audits regressed, 14 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🟡 54 🟡 52 ↓ −2.1
JS Packages NPM outdated dependencies 🟡 75 🟡 75 ↑ +0.1

18 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse Speed Index 🟥 5.8 s 🟥 6.4 s ↑ +9.7 %
Lighthouse Largest Contentful Paint 🟨 3.1 s 🟨 3.3 s ↑ +6.5 %
Lighthouse First Contentful Paint 🟨 3.0 s 🟨 3.0 s ↓ −0.9 %
Lighthouse First Meaningful Paint 🟨 3.0 s 🟨 3.0 s ↓ −0.9 %
JS Packages Outdated NPM dev dependencies. 🟨 57 outdated package versions (33 major, 15 minor, 1 preminor, 7 patch, 1 prerelease) 🟨 57 outdated package versions (33 major, 15 minor, 1 preminor, 7 patch, 1 prerelease)  +0 %
Lighthouse Minimizes main-thread work 🟥 19.7 s 🟥 17.7 s ↓ −10.4 %
Lighthouse Total Blocking Time 🟥 6,320 ms 🟥 5,740 ms ↓ −9.1 %
Lighthouse JavaScript execution time 🟥 9.8 s 🟥 9.5 s ↓ −3 %
Lighthouse Uses efficient cache policy on static assets 🟨 27 resources found 🟨 27 resources found ↓ −0.1 %
Lighthouse Reduce unused CSS 🟥 Potential savings of 70 KiB 🟥 Potential savings of 70 KiB ↑ +100 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +0.5 %
Lighthouse Time to Interactive 🟥 15.8 s 🟥 15.8 s ↑ +0.5 %
Lighthouse Eliminate render-blocking resources 🟥 Potential savings of 1,110 ms 🟥 Potential savings of 1,030 ms ↓ −6.7 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 1,812 KiB 🟩 Total size was 1,812 KiB ↓ −0.1 %
Lighthouse Server Backend Latencies 🟩 140 ms 🟩 80 ms ↓ −42.1 %
Lighthouse Max Potential First Input Delay 🟥 2,980 ms 🟥 2,930 ms ↓ −1.6 %
Lighthouse Initial server response time was short 🟩 Root document took 340 ms 🟩 Root document took 370 ms ↑ +7.3 %
Lighthouse Network Round Trip Times 🟩 30 ms 🟩 40 ms ↑ +39.7 %
Lighthouse Avoids an excessive DOM size 🟥 2,232 elements 🟥 2,233 elements ↑ +0.1 %

494 other audits are unchanged.

@github-actions github-actions bot added the 🦾 CI/CD continuous integration and deployment label Oct 15, 2024
@vmasek vmasek force-pushed the use-nx-verdaccio-for-e2e-testing branch from 2783e4c to 6cdf7cc Compare October 16, 2024 15:56
@BioPhoton
Copy link
Collaborator Author

The latest version of nxv marks packages. this should help in debugging

Copy link

github-actions bot commented Oct 18, 2024

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared target commit 241d892 with source commit 3465e16.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Performance 🟡 55 🟡 54 ↓ −1.4
Updates 🟡 76 🟡 76 ↑ +0.1
Custom checks 🟡 67 🟡 67
Code coverage 🟡 90 🟡 90
Security 🟡 82 🟡 82
Accessibility 🟢 91 🟢 91
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Bug prevention 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👍 1 group improved, 👎 1 group regressed, 👍 3 audits improved, 👎 3 audits regressed, 13 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
Lighthouse Performance 🟡 55 🟡 54 ↓ −1.4
JS Packages NPM outdated dependencies 🟡 76 🟡 76 ↑ +0.1

18 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
Lighthouse Initial server response time was short 🟥 Root document took 900 ms 🟩 Root document took 360 ms ↓ −60 %
Lighthouse First Contentful Paint 🟨 2.7 s 🟥 3.0 s ↑ +13.6 %
Lighthouse First Meaningful Paint 🟨 2.7 s 🟨 3.0 s ↑ +13.6 %
Lighthouse Largest Contentful Paint 🟨 3.0 s 🟨 3.0 s ↑ +1.7 %
Lighthouse Speed Index 🟥 6.4 s 🟥 6.4 s ↓ −1.3 %
JS Packages Outdated NPM dev dependencies. 🟨 49 outdated package versions (27 major, 16 minor, 1 preminor, 4 patch, 1 prerelease) 🟨 49 outdated package versions (27 major, 16 minor, 1 preminor, 4 patch, 1 prerelease)  +0 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 1,807 KiB 🟩 Total size was 1,812 KiB ↑ +0.3 %
Lighthouse Minimizes main-thread work 🟥 20.8 s 🟥 21.5 s ↑ +3.3 %
Lighthouse Total Blocking Time 🟥 7,930 ms 🟥 7,310 ms ↓ −7.9 %
Lighthouse JavaScript execution time 🟥 10.6 s 🟥 10.3 s ↓ −3.3 %
Lighthouse Eliminate render-blocking resources 🟥 Potential savings of 630 ms 🟥 Potential savings of 880 ms ↑ +38.7 %
Lighthouse Time to Interactive 🟥 17.2 s 🟥 17.5 s ↑ +1.4 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +1.4 %
Lighthouse Max Potential First Input Delay 🟥 3,060 ms 🟥 3,140 ms ↑ +2.7 %
Lighthouse Server Backend Latencies 🟩 220 ms 🟩 200 ms ↓ −11.7 %
Lighthouse Reduce unused CSS 🟥 Potential savings of 70 KiB 🟥 Potential savings of 70 KiB ↓ −3.2 %
Lighthouse Network Round Trip Times 🟩 10 ms 🟩 20 ms ↑ +50.1 %
Lighthouse Uses efficient cache policy on static assets 🟨 27 resources found 🟨 27 resources found ↓ −0.1 %
JS Packages Outdated NPM prod dependencies. 🟨 15 outdated package versions (5 major, 5 minor, 5 patch) 🟨 13 outdated package versions (5 major, 4 minor, 4 patch) ↓ −13.3 %

494 other audits are unchanged.

@BioPhoton BioPhoton marked this pull request as ready for review October 18, 2024 19:37
BioPhoton and others added 9 commits October 18, 2024 22:27
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
Signed-off-by: Vojtech Masek <vojtech@flowup.cz>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦾 CI/CD continuous integration and deployment 🔬 testing writing tests 🛠️ tooling 🧩 utils
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants