softwaremill / softwaremill/tapir
Build e2e tests for grpc server
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 1.5k
- Forks
- 468
- Avg merge
- 5h 37m
- Merged PRs (30d)
- 34
Description
Currently, we have only unit tests for grpc feature and need to test the generated code manually against the grpc server. We should be able to implement the following testing flow: write endpoints' definitions -> generate proto file -> generate client code -> write testing client calls & assertions
Once the code is written, we could generate the proto file & client's code as part of the CI pipeline and use it in the test step.
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 locating the existing gRPC unit tests, generated-code workflow, and CI configuration. Trace the proposed flow from endpoint definitions through proto and client generation to client calls and assertions. Done means the end-to-end gRPC server flow runs in CI with generated artifacts and test assertions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- grpc, scala
- Domain
- api, ci-cd, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100