software-mansion / software-mansion/cairo-debugger
Add e2e tests
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 7
- Forks
- 2
- Avg merge
- 5d 2h
- Merged PRs (30d)
- 1
Description
Currently we have none.
We can do sth similar to what Cairo LS does - create MockClient that will communicate with the server via in memory queue. The in memory queue requires additional effort, but it will make debugging (pun unintended) easier since we will be able to see prints from the server when running tests.
Contributor guide
No contributing guide indexed for this repository
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 reviewing how Cairo LS implements its comparable MockClient and the proposed in-memory queue approach. Done means end-to-end tests can communicate with the server through the mock client while preserving server prints for debugging.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- devtools, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100