feat: Display list of checks to be deployed in `deploy` command
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 25
- Avg merge
- 14h 14m
- Merged PRs (30d)
- 38
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... ``
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the deploy command and its confirmation output, then trace how the checks run by npx checkly test --record are represented. Verify the confirmation lists the deployed check count and names, and update the success wording shown in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nodejs, typescript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100