Matěj Chalk
Matěj Chalk
Code PushUp failed in GitHub Actions because of Lighthouse plugin - solved by re-running job. [`Runtime error encountered: Something went wrong with recording the trace over your page load. Please...
### 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...
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 -...
The CLI need can improve in UX when we link the report source file issues to the related file. If we click the link alter we should either open up...
The `react-todos-app` is used in E2E tests for testing ESLint plugin among others. But since a lot of recommended ESLint rules are included, the test snapshots are quite large and...
Use GitHub Actions (use what's in the marketplace) to automate the following: - [x] when a PR is opened, author should be assigned automatically - [x] when a PR changes...
### User story In order to streamline approval process in enterprises which vet every NPM package, it helps if the Code PushUp CLI has as few external dependencies as possible....
Follow-up to - #151 - #190 PoC: - #189 - implementation: [tools/pocs/stdout-mock.mjs](https://github.com/flowup/quality-metrics-cli/blob/stdout-poc/tools/pocs/stdout-mock.mjs) ### Libraries - [@poppinss/cliui](https://github.com/poppinss/cliui#readme) --- TODO: enrich description once it's prioritized
### User story When running Code PushUp separately on different projects in a monorepo, I want a single comparison comment in my PRs which summarizes changes to all affected projects....