Skip to content

feat: support NOT operation when using trigger #987

Open
@Stono

Description

@Stono

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions