Michael Hladky
Michael Hladky
At the moment I can't add empty issues to a `AuditOutput`/`AuditReport`. This leads to code like this: ```typescript let auditOutput: AuditOutput = { slug: 'slug', score: 1, value: data.length, displayValue,...
The examples folder should contain examples with the focus on vide-pushup related things. The react app pulls in a lot of new dependencies. I suggest we keep the example app...
this can be used in the nx-plugin to extend from
- for any data - as tracking script - with beacons The index has to be . and on the client it might be .
### Package version latest ### Describe the bug When importing into a CLI in CJS format the following error gets thrown: > require() of ES Module /.../node_modules/@poppinss/cliui/build/index.js from /.../index.ts not...
**Precondition:** - #796 > [!NOTE] > It looks rather chunky but 25 of the files are renaming a target and 5 files are deleted. > To make it easier to...
**Precondition:** - #792 **Blocked until e2e tests are usable:** - #805 - #808 - #809 - #810 **This PR** Renames the `autorun` executor to `cli` It includes: Closes #769
### What happened? https://github.com/code-pushup/cli/actions/runs/10422264307/job/28866364617?pr=796#step:6:195 ### What would you expect to happen? _No response_ ### What steps did you take? run the CI ### Code PushUp package version _No response_ ###...
Leftover of https://github.com/code-pushup/cli/pull/777: - each test in [testing/test-nx-utils/src/lib/utils/tree.integration.test.ts](https://github.com/code-pushup/cli/pull/777/files/c72801e2e030d1c69a12d9a4d389c0a077b8ba3a#diff-4cb1c5cc3fd4f093d62dfd443d495ca22c27e38d7270f74d9cef19922372ee5f) should clean up after itself (the strategy is on our [Wiki](https://github.com/code-pushup/cli/wiki/Testing-Strategy#test-outputs)). - In [testing/test-nx-utils/src/lib/utils/nx.unit.test.ts](https://github.com/code-pushup/cli/pull/777/files/c72801e2e030d1c69a12d9a4d389c0a077b8ba3a#diff-d4c6cc5e591b1bebecd9ab9ae9258cd1de88d677ea66a20d1c9e5cd7e7f2e2ee) there should be no need for conditional statements...
### What happened? I used `onlyAudits: ['csp-xss']` in the lighthouse config object and run `nx code-pushup -- collect` i get the following error: ```bash ZodError: [ { "code": "custom", "message":...