-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/cucumber #3
Conversation
@open-schnick i need some feedback before i can continue with the task |
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.
see comments
src/test/cucumber/de/filefighter/rest/ViewFolderContents.feature
Outdated
Show resolved
Hide resolved
@qvalentin i added some comments to the code itself. |
Didnt check the tests locally. |
Codecov Report
@@ Coverage Diff @@
## master #3 +/- ##
=========================================
Coverage 52.04% 52.04%
Complexity 83 83
=========================================
Files 43 43
Lines 294 294
Branches 5 5
=========================================
Hits 153 153
Misses 141 141
Continue to review full report at Codecov.
|
@qvalentin Tests are looking good, i would change the arg names in the steps files to something better, and change arg types, so i dont have to parse them in the tests. |
# Conflicts: # src/main/java/de/filefighter/rest/domain/permission/data/dto/PermissionSet.java
* Added Cucumber Integration * fixed pipeline. * added missing $ * FF-65 added basic steps * changed Description and addded Background * fixed some typos, added some comments, created steps files removed dummy test. * cleaning of .feature file * FF-65 added bad cases for Permissions feature file * redone ViewFolderContents.feature * FF-65 cleaning of feature files, added java classes for steps. * ViewFolderContentsSteps now extends SpringIntegrationTest * added cucumber run config. * added two scenarios, fixed all the datatypes (better regenerate step functions) * regenerate step functions and remove duplicates * FF-65 fixed test failure because of duplicate step function * FF-65 fixed steps, added comments. * renamed role to group * fixed deletion of line Co-authored-by: qvalentin <valentin.theodor@web.de>
No description provided.