Open
Description
What problem does this feature solve?
I would like to be able to say npx checkly trigger --tags=my-app --not-tags=under-development
, in this example, this would select all tests with the tag of my-app
, but exclude tests which are flagged as under-development
.
This is partly a product of the way we deploy checkly at Auto Trader, but the app
tag is always present for a given app, so I need a method of excluding under-development tests.
Context; we "trigger" and apps tests after the app, or tests for that app, get deployed to create a CICD flow.
How would you implement this feature?
As above