Project Number Date
backend-test 0.0.1-SNAPSHOT 12 Jan 2026, 18:26

Feature Report

Steps Scenarios Features
Feature Passed Failed Skipped Pending Undefined Total Passed Failed Total Duration Status
Entity Management 19 0 0 0 0 19 1 0 1 0.535 Passed
Feature Entity Management
As an API user I want to manage entities So that I can properly track and maintain corrective measures
0.195
Given I am authenticated with valid credentials for entities management 0.195
0.339
Given I have prepared a valid entity payload 0.000
When I submit the entity creation request 0.051
Then the entity creation response status should be CREATED 0.000
And I store the created entity ID 0.000
When I request to retrieve the created entity 0.050
Then the entity retrieval response status should be OK 0.000
And the retrieved entity should match the created one 0.004
Given I have prepared an updated entity payload 0.000
When I submit the update request for the stored entity 0.058
Then the entity update response status should be OK 0.000
And the updated entity should reflect the changes 0.000
When I request to retrieve all entity 0.075
Then the entity retrieval response status should be OK 0.000
And the response should contain a non-empty list of entity 0.000
When I submit the deletion request for the stored entity 0.054
Then the entity deletion response status should be NO_CONTENT 0.000
When I request to retrieve the deleted entity 0.046
Then the entity retrieval response status should be NOT_FOUND 0.000
After com.klivar.backend_test.steps.auditeur.comment.CommentSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.followUp.FollowUpSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.test.TestSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.mission.MissionSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.missionType.MissionTypeSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.planEvaluation.PlanEvaluationSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.ficheEvaluation.FicheEvaluationSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.ficheEvaluation.FicheEvaluationCommentSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.document.DocumentSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.avis.AvisSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.compteRendu.CompteRenduSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.cluster.RecommendationClusterAnswerSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.cluster.ClusterCommentSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.cluster.ClusterObservationSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.cluster.ClusterSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.recommendation.RecommendationSteps.cleanup() 0.000
After com.klivar.backend_test.steps.auditeur.demande.DemandeSteps.cleanup() 0.000
After com.klivar.backend_test.steps.boardMember.decision.TaskSteps.cleanup() 0.000
After com.klivar.backend_test.steps.boardMember.decision.DecisionSteps.cleanup() 0.000
After com.klivar.backend_test.steps.boardMember.instance.InstanceSteps.cleanup() 0.000