-
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 Group service #2809
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #2809 +/- ##
=============================================
+ Coverage 54.36% 54.52% +0.16%
- Complexity 2306 2312 +6
=============================================
Files 1021 1021
Lines 21871 21871
Branches 1977 1977
=============================================
+ Hits 11890 11925 +35
+ Misses 9070 9035 -35
Partials 911 911 |
CQ submitted: CQ 21395 |
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.
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.
de1c615
to
43ff503
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, there are only 2 minor things left to change.
Please change them and push to PR.
@Coduz this PR can be labeled as "QA Approved" label.
qa/integration/src/test/resources/features/authorization/GroupService.feature
Outdated
Show resolved
Hide resolved
d44e098
to
328865b
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.
Hi @zanpizmoht,
I have checked all the changes and everything is OK now.
@Coduz, can you please restart the failing tests and merge when CQ passes?
328865b
to
c2f8832
Compare
c2f8832
to
3cb83cd
Compare
<<<<<<< HEAD | ||
And I create tag with name "test_tag" without description | ||
And I create the group with name "test_group" | ||
======= | ||
And I create a tag with name "test_tag" | ||
And I create a group with name "test_group" | ||
>>>>>>> Added tests for Group service |
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.
Please remove the merge meta data
Added tests for adding, deleting and editing groups, and adding devices to groups. Signed-off-by: zanpizmoht <zan.pizmoht@comtrade.com>
3cb83cd
to
735c835
Compare
Hi @Coduz, |
Added tests for adding, deleting and editing groups, and adding devices to groups.
Signed-off-by: zanpizmoht zan.pizmoht@comtrade.com
Test scenarios for Groups are added in this PR.
Related Issue
None
Description of the solution adopted
Test scenarios that are added in this PR are checking functionalities regarding Groups. All scenarios are added to
GroupService.feature
. Scenarios are testing if Groups are correctly created, edited or deleted and if Devices can be added to Groups.Screenshots
/