-
Notifications
You must be signed in to change notification settings - Fork 15
feat(plugin-axe): add authentication support via setup script #1198
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
base: main
Are you sure you want to change the base?
Conversation
|
View your CI Pipeline Execution ↗ for commit f0793e7
☁️ Nx Cloud last updated this comment at |
@code-pushup/ci
@code-pushup/cli
@code-pushup/core
@code-pushup/create-cli
@code-pushup/models
@code-pushup/nx-plugin
@code-pushup/axe-plugin
@code-pushup/coverage-plugin
@code-pushup/eslint-plugin
@code-pushup/js-packages-plugin
@code-pushup/jsdocs-plugin
@code-pushup/lighthouse-plugin
@code-pushup/typescript-plugin
@code-pushup/utils
commit: |
c44e7a7 to
0d9fffb
Compare
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit ca38464 with previous commit f51d768. 🕵️ See full comparison in Code PushUp portal 🔍 🏷️ Categories👍 1 group improved, 👎 2 groups regressed, 👍 7 audits improved, 👎 6 audits regressed, 16 audits changed without impacting score🗃️ Groups
31 other groups are unchanged. 🛡️ Audits
650 other audits are unchanged. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared current commit ca38464 with previous commit f51d768. 💼 Project
|
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Documentation | 🟡 67 | 🟡 70 | |
| Code coverage | 🟢 93 | 🟢 92 |
4 other categories are unchanged.
👍 1 group improved, 👎 1 group regressed, 👍 2 audits improved, 👎 3 audits regressed, 1 audit changed without impacting score
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| JSDocs coverage | Documentation coverage | 🟡 67 | 🟡 70 | |
| Code coverage | Code coverage metrics | 🟢 93 | 🟢 92 |
13 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| JSDocs coverage | Properties coverage | 🟩 0 undocumented properties | 🟥 3 undocumented properties | |
| JSDocs coverage | Functions coverage | 🟥 24 undocumented functions | 🟨 10 undocumented functions | |
| JSDocs coverage | Variables coverage | 🟥 19 undocumented variables | 🟥 12 undocumented variables | |
| Code coverage | Line coverage | 🟨 69.5 % | 🟨 68.4 % | |
| Code coverage | Branch coverage | 🟨 86.2 % | 🟨 85.4 % | |
| JSDocs coverage | Types coverage | 🟥 8 undocumented types | 🟥 9 undocumented types |
437 other audits are unchanged.
💼 Project models
😟 Code PushUp report has regressed.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 93 | 🟢 93 |
3 other categories are unchanged.
👎 1 group regressed, 👎 2 audits regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 93 | 🟢 93 |
11 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Branch coverage | 🟩 91.5 % | 🟩 91.4 % | |
| Code coverage | Line coverage | 🟩 97.2 % | 🟩 97.2 % |
435 other audits are unchanged.
💼 Project plugin-lighthouse
😟 Code PushUp report has regressed.
🕵️ See full comparison in Code PushUp portal 🔍
| 🏷️ Category | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|
| Code coverage | 🟢 99 | 🟢 99 |
5 other categories are unchanged.
👎 1 group regressed, 👎 1 audit regressed
🗃️ Groups
| 🔌 Plugin | 🗃️ Group | ⭐ Previous score | ⭐ Current score | 🔄 Score change |
|---|---|---|---|---|
| Code coverage | Code coverage metrics | 🟢 99 | 🟢 99 |
14 other groups are unchanged.
🛡️ Audits
| 🔌 Plugin | 🛡️ Audit | 📏 Previous value | 📏 Current value | 🔄 Value change |
|---|---|---|---|---|
| Code coverage | Branch coverage | 🟩 96.2 % | 🟩 96.2 % |
443 other audits are unchanged.
11 other projects are unchanged.
Closes #1135
setupScriptoption for testing login-protected pagesAxeRunnerclass for cleaner lifecycle handlingz.function()type inference, which is now used for validating the setup function signature.docsUrlSchemafor Zod v4 compatibility