Skip to content

feat: Display list of checks to be deployed in deploy command #1090

@MariadeAnton

Description

@MariadeAnton

What problem does this feature solve?

Right now, when deploying a project we say something like:

You are about to deploy your project "playwright-check-suites" to account "Checkly E2E Prod". Do you want to continue? … yes

It's a bit confusing, since the bits deployed are the checks that someone just tested with npx checkly test:

npx checkly test --record
> Running 2 checks in eu-west-1.

   check-one
    ✔ check-one (4s)
  check-two
    ✔ check-two (10s)

How would you implement this feature?

I'd suggest the deploy confirmation to be updated from:

Successfully deployed project "playwright-check-suite" to account "Checkly E2E Prod".

to:

`Successfully deployed N checks to account Checkly E2E Prod : check-one, check-two... ``

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