cli
cli copied to clipboard
A CLI to run all kinds of code quality measurements to align your team with company goals
### User story As a Code PushUp user, I want to aggregate accessibility metrics into a single category that combines results from the Axe plugin, so that I can track...
### User story As a Code PushUp user, I want to test accessibility of authenticated pages using axe-core so that I can ensure my login-protected web applications meet WCAG compliance...
**Precondition:** - [x] #1095 - [x] #1105 - [x] #1109 **This PR includes:** - usage of the published `nx-plugin` in `nx.json` - remove existing target configurations - add docs on...
Nx caching inputs missing for all projects using `setupFiles` or `globalSetup` in `vitest.config.ts`
**Update:** We have to re-evaluate the issue after https://github.com/code-pushup/cli/pull/1142 is merged --- ### What happened? If I change something in a testing lib the packages using them over `setupFiles` or...
This PR includes: - tsdown setup mirroring old build - tsdown task inference plugin - switch all projects to tsdown - models and utils usage in `nx-plugin` - deletion of...
Attempt to resolve [CodeQL alert](https://github.com/code-pushup/cli/security/code-scanning/27). The `shell: true` flag was introduced way back in #165, and is necessary for Windows support.
# Bundle Stats Plugin PoC Implementation **Fine-grained bundle size tracking for your builds** This plugin enables **advanced bundle stats** capabilities to **avoiding unwanted size increase**. --- ## 📝 **Related Issue**...
Our executeProcess helper produces rarely but noteicable flaky tests. It sometimes called 1 more time. :D https://github.com/code-pushup/cli/actions/runs/17213781399/job/48832076600?pr=1082
### Preconditions - #1110 - #1109 - #1095 - [IN_PROGRESS] remove merge logic from executor - #1091 ### User story As a Nx user I want to have my CodePushup...
Hi team, Thanks for your great work. I really like using code pushup as a reporting tool in our PR workflow. Since upgrading, the GitHub Action code-pushup/github-action stopped working in...