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

test: split coverage e2e #872

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

test: split coverage e2e #872

wants to merge 15 commits into from

Conversation

BioPhoton
Copy link
Collaborator

This PR moves all plugin-coverage related e2e tests into a separate project and uses a new project coverage-e2e-env to maintain the static files

Copy link

github-actions bot commented Nov 9, 2024

Code PushUp

🤨 Code PushUp report has both improvements and regressions – compared target commit 9a0cdaf with source commit 7e6c29d.

🕵️ See full comparison in Code PushUp portal 🔍

🏷️ Categories

🏷️ Category ⭐ Previous score ⭐ Current score 🔄 Score change
Security 🟡 88 🟡 73 ↓ −14.7
Performance 🟡 54 🔴 49 ↓ −4.2
Custom checks 🟡 67 🟡 67
Code coverage 🟡 90 🟡 90
Updates 🟡 76 🟡 76
Accessibility 🟢 91 🟢 91
Best Practices 🟢 100 🟢 100
SEO 🟡 61 🟡 61
Bug prevention 🟢 100 🟢 100
Code style 🟢 100 🟢 100
👎 2 groups regressed, 👍 1 audit improved, 👎 4 audits regressed, 15 audits changed without impacting score

🗃️ Groups

🔌 Plugin 🗃️ Group ⭐ Previous score ⭐ Current score 🔄 Score change
JS Packages NPM audit 🟡 88 🟡 73 ↓ −14.7
Lighthouse Performance 🟡 54 🔴 49 ↓ −4.2

18 other groups are unchanged.

🛡️ Audits

🔌 Plugin 🛡️ Audit 📏 Previous value 📏 Current value 🔄 Value change
JS Packages Vulnerabilities for NPM dev dependencies. 🟨 22 vulnerabilities (22 low) 🟥 26 vulnerabilities (4 high, 22 low) ↑ +18.2 %
Lighthouse Largest Contentful Paint 🟨 3.0 s 🟨 3.6 s ↑ +20.6 %
JS Packages Vulnerabilities for NPM prod dependencies. 🟩 3 vulnerabilities (3 low) 🟨 4 vulnerabilities (1 high, 3 low) ↑ +33.3 %
Lighthouse Time to Interactive 🟥 14.6 s 🟥 16.8 s ↑ +15.4 %
Lighthouse Speed Index 🟥 6.8 s 🟥 6.7 s ↓ −0.8 %
Lighthouse Uses efficient cache policy on static assets 🟨 27 resources found 🟨 28 resources found ↑ +1.2 %
Lighthouse Avoids enormous network payloads 🟩 Total size was 1,820 KiB 🟩 Total size was 1,823 KiB ↑ +0.2 %
Lighthouse Metrics 🟩 100% 🟩 100% ↑ +15.4 %
Lighthouse Total Blocking Time 🟥 4,740 ms 🟥 6,500 ms ↑ +37.3 %
Lighthouse JavaScript execution time 🟥 9.5 s 🟥 10.3 s ↑ +9.5 %
Lighthouse Eliminate render-blocking resources 🟥 Potential savings of 710 ms 🟥 Potential savings of 1,300 ms ↑ +83.1 %
Lighthouse Max Potential First Input Delay 🟥 2,740 ms 🟥 2,460 ms ↓ −10.3 %
Lighthouse Minimizes main-thread work 🟥 19.0 s 🟥 18.8 s ↓ −0.9 %
Lighthouse Initial server response time was short 🟩 Root document took 500 ms 🟩 Root document took 360 ms ↓ −27.1 %
Lighthouse Network Round Trip Times 🟩 80 ms 🟩 20 ms ↓ −71.8 %
Lighthouse Server Backend Latencies 🟩 250 ms 🟩 210 ms ↓ −12.4 %
Lighthouse First Contentful Paint 🟨 2.8 s 🟨 2.8 s ↑ +0.5 %
Lighthouse Avoids an excessive DOM size 🟥 2,243 elements 🟥 2,246 elements ↑ +0.1 %
JS Packages Outdated NPM prod dependencies. 🟨 8 outdated package versions (5 major, 1 minor, 2 patch) 🟨 9 outdated package versions (5 major, 1 minor, 3 patch) ↑ +12.5 %
JS Packages Outdated NPM dev dependencies. 🟨 40 outdated package versions (26 major, 10 minor, 3 patch, 1 prerelease) 🟨 41 outdated package versions (26 major, 11 minor, 4 patch) ↑ +2.5 %

493 other audits are unchanged.

@github-actions github-actions bot added the 🦾 CI/CD continuous integration and deployment label Nov 9, 2024
e2e/cli-e2e/tests/collect.e2e.test.ts Show resolved Hide resolved
e2e/plugin-coverage-e2e/vite.config.e2e.ts Show resolved Hide resolved
examples/react-todos-app/code-pushup.config.js Outdated Show resolved Hide resolved
static-environments/coverage-e2e-env/.gitignore Outdated Show resolved Hide resolved
static-environments/coverage-e2e-env/project.json Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@github-actions github-actions bot removed the 🦾 CI/CD continuous integration and deployment label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants