-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request