-
-
Notifications
You must be signed in to change notification settings - Fork 88
[plugin-json] Add steps to manipulate JSON element values #2337
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2337 +/- ##
============================================
+ Coverage 96.32% 96.33% +0.01%
- Complexity 5360 5383 +23
============================================
Files 762 763 +1
Lines 15404 15453 +49
Branches 1022 1028 +6
============================================
+ Hits 14838 14887 +49
Misses 442 442
Partials 124 124
Continue to review full report at Codecov.
|
d5bbcf3
to
8e14555
Compare
8e14555
to
071f7f9
Compare
Kudos, SonarCloud Quality Gate passed! |
implementation project(':vividus-util') | ||
implementation (group: 'com.flipkart.zjsonpatch', name: 'zjsonpatch', version: '0.4.11') | ||
implementation(group: 'com.jayway.jsonpath', name: 'json-path-assert', version: "${jsonPathVersion}") |
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.
just jsonPathVersion doesn't work here?
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.
AFAIK dependabot is not able to handle such values
Examples: | ||
|jsonPath |rule |expected | | ||
|$.store.book[0].category |contains |feren | | ||
!-- |$.store.book[0].isbn |is equal to |null | <- TODO: introduce a new expression #{null} |
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.
introduce a new expression #{null}
Closes #2114