-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: support running gRPC test cases #160
Conversation
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
revert 78680f Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for the most part. But you still need to handle the license header issue.
Signed-off-by: Ink33 <[email protected]>
Signed-off-by: Ink33 <[email protected]>
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job!
Introducing gRPC test case support
In #81, we disscuss about gRPC test cases.
In order to support gRPC, some new fields has been added into testsuite schema. see
docs/api-testing-schema.json
Here is a gRPC testsuite sample in
sample/grpc-sample.yaml
There is still some work should be done. Please feel free to review.