aboutsummaryrefslogtreecommitdiffstats
path: root/workflow/workflow-bdd/features/Workflow.feature
blob: 992b40fa169e354e78644593abe15e5a5dfef9ba (plain)
1
2
3
4
5
6
7
8
9
10
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"