aboutsummaryrefslogtreecommitdiffstats
path: root/workflow/workflow-bdd/features/Workflow.feature
diff options
context:
space:
mode:
Diffstat (limited to 'workflow/workflow-bdd/features/Workflow.feature')
-rw-r--r--workflow/workflow-bdd/features/Workflow.feature11
1 files changed, 11 insertions, 0 deletions
diff --git a/workflow/workflow-bdd/features/Workflow.feature b/workflow/workflow-bdd/features/Workflow.feature
new file mode 100644
index 00000000..992b40fa
--- /dev/null
+++ b/workflow/workflow-bdd/features/Workflow.feature
@@ -0,0 +1,11 @@
+Feature: Workflow
+
+ Scenario: Create valid
+ When I want to create a Workflow
+
+ Scenario: Update and Get workflow
+ When I want to create a Workflow
+ Then I want to update the input property "description" with value "workflow desc updated"
+ Then I want to update for path "/workflows/{item.id}" with the input data from the context
+ Then I want to get path "/workflows/{item.id}"
+ Then I want to check that property "description" in the response equals to value of saved property "inputData.description"