-
Notifications
You must be signed in to change notification settings - Fork 0
Adding remaining functions, writing cucumber steps. #7
Conversation
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.
writing stepfunctions seem quite easy actually with the whole springboot setup
fileSystemRepository.save(FileSystemEntity | ||
.builder() | ||
.isFile(true) | ||
.id(fsItemId) |
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.
why is path ignored?
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.
this is wip.
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.
nvm @qvalentin this is fixed one commit later :D
Codecov Report
@@ Coverage Diff @@
## master #7 +/- ##
============================================
- Coverage 53.94% 53.03% -0.91%
- Complexity 92 96 +4
============================================
Files 47 49 +2
Lines 317 313 -4
Branches 5 5
============================================
- Hits 171 166 -5
- Misses 146 147 +1
Continue to review full report at Codecov.
|
@qvalentin yes it should be really easy. I implemented in the last commit a possibility to consume the endpoints, and share the result between step files. |
* added some CommonCucumberSteps * added remaining BusinessServices * WIP! in HATEOAS is too much hate. * Fixed Constructor bug, added some more run configs. * Fixed CucumberTests * Fixed missing run config * refactored file path header to config file, added rest template bean * added rest template to test api endpoints.
No description provided.