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 user of the CLI on a local setup, I want to have as less setup and reading tie as possible. When using the history command...
### User story As a developer I want to fully rely on the CI and a good test coverage so I confidently can change the codebase and realease continuously on...
### User story As a user of code-pushup I want to be flexible with running different set's of plugins and audits while keeping my `code-pushup.config.ts` file unchanged. At the moment...
### User story As a developer I want to have as less setup and configuration cost as possible. At the moment when I'm have the plugin imported i still need...
### User story As a developer I want to have the minimum setup possible and best smart defaults. In the plugin options the `packageManager` options is required. ### Acceptance criteria...
### What happened? When I configure a audit slug for `skipAudits` in the plugin options the audit is filtered out from the plugin config audits but the listed audits still...
### What happened? I integrated the Lighthouse plugin for a customer demo and there were a couple of errors related to `interaction-to-next-paint`, `uses-responsive-images-snapshot` and `work-during-interaction`. Although I'm not sure why...
Issue to specify what we want to introduce as improvements to custom score calculations: - threshold - above certain point score is 100 - below certain point there is no...
### What happened? Sometimes running the Code PushUp fails for the Lighthouse plugin due to a refused connection to Chrome. ### What would you expect to happen? The pipelines are...
The [jest-extended](https://jest-extended.jestcommunity.dev/) project adds a whole bunch of useful [matchers](https://jest-extended.jestcommunity.dev/docs/matchers) for `expect` assertions. It supports [Vitest and TypeScript](https://jest-extended.jestcommunity.dev/docs/getting-started/setup#use-with-vitest) as well. - [ ] set up `jest-extended` in Nx monorepo -...