24 lines
731 B
Gherkin
24 lines
731 B
Gherkin
|
|
@ProcessMakerMichelangelo @RestAPI
|
||
|
|
Feature: Dynaforms Resources
|
||
|
|
|
||
|
|
Background:
|
||
|
|
Given that I have a valid access_token
|
||
|
|
|
||
|
|
Scenario: Get a List of dynaforms of a project
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Get a single dynaform of a project
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Create a new dynaform for a project
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Create a copy of a dynaform and import it to another project
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Update a dynaform of a project
|
||
|
|
Given this scenario is not implemented yet
|
||
|
|
|
||
|
|
Scenario: Delete a dynaform of a project
|
||
|
|
Given this scenario is not implemented yet
|