cli icon indicating copy to clipboard operation
cli copied to clipboard

add CLI flag `--onlyCategories`

Open BioPhoton opened this issue 1 year 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 onlyCategories that is. used as string array that is undefined by default
  • [ ] if onlyCategories is given execute only 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