feat: Report statuses as soon as available when running/deploying checks
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 25
- Avg merge
- 14h 14m
- Merged PRs (30d)
- 38
Description
What problem does this feature solve?
Would be great if the Checkly CLI reported its progress every now and then so I could see what’s going on in the log:
How would you implement this feature?
When running npx checkly test --record , npx checkly test or npx checkly trigger
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 by tracing the CLI entry points for npx checkly test --record, npx checkly test, and npx checkly trigger, then follow how check results become available. Done means these commands report progress in their logs as statuses arrive, but the issue does not name files or tests to guide verification.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- node.js, typescript
- Domain
- cli, observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100