-
Notifications
You must be signed in to change notification settings - Fork 161
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
Added Tests For Endpoint Service #2808
Added Tests For Endpoint Service #2808
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2808 +/- ##
=============================================
+ Coverage 55.02% 55.08% +0.05%
+ Complexity 2364 2361 -3
=============================================
Files 1021 1021
Lines 21871 21871
Branches 1977 1977
=============================================
+ Hits 12035 12048 +13
+ Misses 8924 8910 -14
- Partials 912 913 +1 |
CQ submitted: CQ 21396 |
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.
Hi @zanpizmoht,
I have reviewed the PR and there are some changes that need to be made.
Please take a look at the comments and fix the selected lines.
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.
Hi @zanpizmoht,
I have reviewed the PR and there are some changes that need to be made.
Please take a look at the comments and fix the selected lines.
1bb6efc
to
33ea738
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 @zanpizmoht,
I have checked this PR again and there are still some comments that need to be addessed. Please review them and fix them accordingly.
33ea738
to
1301825
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.
Everything is OK now from QA side.
@Coduz can you please check the status of CQ and rerun failing tests so we will have accurate codeCov?
thanks!
1301825
to
e3882c3
Compare
Added tests for creating, deleting and editing Endpoints. Signed-off-by: zanpizmoht <zan.pizmoht@comtrade.com>
e3882c3
to
5e7fba1
Compare
Added tests for creating, deleting and editing Endpoints.
Signed-off-by: zanpizmoht zan.pizmoht@comtrade.com
In this PR new test scenarios for Endpoint service are created.
Related Issue
None
Description of the solution adopted
Test scenarios that are added in this PR are checking functionalities regarding Endpoints. All scenarios are added to
EndpointServiceI9n.feature
. Scenarios are testing if Endpoints are correctly created, edited or deleted. There are also two scenarios added for testing Endpoint in different accounts.Screenshots
/