-
-
Notifications
You must be signed in to change notification settings - Fork 2
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: Mocking with different kinds of artifacts & Contract testing of REST APis (OPEN_API_SCHEMA) #1
Conversation
95106dd
to
38adb07
Compare
b7c57d8
to
32ad679
Compare
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
91b916b
to
50eb278
Compare
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.
Hey @SebastienDegodez!
Thanks so much for the contribution. I commented and asked some questions along the files but it's much more for my own understanding than requests for changes.
One important thing is related to adding a header in each .cs
file (like this example in java) to explicitely remind the Apache 2.0 License and transfer the copyright of your work to the project - or more precisely the Cloud Native Computing Foundation (CNCF) that owns the IP. We can add this header later on but we actually need your formal agreement to do so. Please confirm here if you agree or not on these.
Thanks again! Looking forward for merging this and having our first Nuget release!
I will add in the config editor, and in all files |
58ee7a1
to
f5413f3
Compare
This version contains the following features: - Mocking of REST APIs, SOAP WebServices, GraphQL APIs and gRPC APIs. using different kinds of artifacts - Contract testing of REST APIs using OPEN_API_SCHEMA. Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
f5413f3
to
0f558cf
Compare
- Add license header to all source files and in editorconfig. - Update README to include '--version' option in the dotnet add package command. - Update Release Drafter configuration to reflect microcks-testcontainer-java release. Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
Signed-off-by: Sébastien DEGODEZ <sebastien.degodez@gmail.com>
0f558cf
to
12740fc
Compare
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.
I think we're all good. Thanks again for the great work! Now, let's merge this!
Description
The purpose of this PR is to submit an initial version of Microcks with TestContainers. This first version brings:
Author/Contributor
dotnet test
and ensure you have test coverage for the lines you are introducingdotnet husky run
and fix any issues that you have introducedReviewer
feature
,fix
,documentation
,enhancement
,maintenance
orbreaking