cli icon indicating copy to clipboard operation
cli copied to clipboard

add CLI flag `--skipCategories`

Open BioPhoton opened this issue 10 months ago • 0 comments

User story

As a developer sometimes I want to skip the execution of certain categories. E.g. to save time.

ATM there is no way to do this but comment them out in the code-pushup.config.ts

Acceptance criteria

  • [ ] the CLI supports a terminal argument skipCategories that is. used as string array that is undefined by default
  • [ ] if skipCategories is given exclude the provided categories form the core config
  • [ ] notify the user similar to onlyPlugins

Implementation details

No response

BioPhoton avatar Apr 09 '24 21:04 BioPhoton