Modificacion y arreglos en los features generate bpmn y export_import process
This commit is contained in:
@@ -42,8 +42,8 @@ Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Dynaform the project | 1 |
|
||||||
|
|
||||||
Scenario Outline: Get the Input Documents List when there are exactly zero input documents
|
Scenario Outline: Get the Input Documents List when there are exactly zero input documents
|
||||||
Given I request "project/prj_uid/input-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
Given I request "project/prj_uid/input-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
||||||
@@ -55,9 +55,10 @@ Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Input Document the project | 1 |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Get the Output Documents List when there are exactly two output documents " BUG-14907, No se visualiza los cambios en el editor tiny de OutputDocuments"
|
Scenario Outline: Get the Output Documents List when there are exactly two output documents " BUG-14907, No se visualiza los cambios en el editor tiny de OutputDocuments"
|
||||||
Given I request "project/prj_uid/output-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
Given I request "project/prj_uid/output-documents" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
||||||
Then the response status code should be 200
|
Then the response status code should be 200
|
||||||
@@ -69,8 +70,9 @@ Scenario Outline: Get the Output Documents List when there are exactly two outpu
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Output Document the project | 1 |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Get the Triggers List when there are exactly two triggers
|
Scenario Outline: Get the Triggers List when there are exactly two triggers
|
||||||
Given I request "project/prj_uid/triggers" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
Given I request "project/prj_uid/triggers" with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
||||||
@@ -81,9 +83,9 @@ Scenario Outline: Get the Triggers List when there are exactly two triggers
|
|||||||
And the response has 7 records
|
And the response has 7 records
|
||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Triggers the project | 1 |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Get a List of current process supervisors of a project
|
Scenario Outline: Get a List of current process supervisors of a project
|
||||||
@@ -96,8 +98,8 @@ Scenario Outline: Get a List of current process supervisors of a project
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Process Supervisor the project | 1 |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Get a List of current Process Permissions of a project
|
Scenario Outline: Get a List of current Process Permissions of a project
|
||||||
@@ -108,8 +110,8 @@ Scenario Outline: Get a List of current Process Permissions of a project
|
|||||||
|
|
||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| List of Process Permissions the project | 1 |
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Get a single Process
|
Scenario Outline: Get a single Process
|
||||||
@@ -150,4 +152,18 @@ Scenario Outline: Get a single Process
|
|||||||
Examples:
|
Examples:
|
||||||
|
|
||||||
| test_description | pro_uid_number |
|
| test_description | pro_uid_number |
|
||||||
| process imported to a bpmn | 1 |
|
| process imported to a bpmn | 1 |
|
||||||
|
|
||||||
|
|
||||||
|
Scenario Outline: Delete a Project activity created previously in this script
|
||||||
|
Given that I want to delete a resource with the key "prj_uid" stored in session array as variable "prj_uid_<pro_uid_number>"
|
||||||
|
And I request "projects"
|
||||||
|
And the content type is "application/json"
|
||||||
|
Then the response status code should be 200
|
||||||
|
And the response charset is "UTF-8"
|
||||||
|
And the type is "object"
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
| pro_uid_number |
|
||||||
|
| 1 |
|
||||||
@@ -186,16 +186,6 @@ Scenario: Get a single Process process "Test_Event_without_name.pmx"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#Verificar cantidad de dynaform, output, inputs, triggers, asignacion de usuarios, etc.
|
#Verificar cantidad de dynaform, output, inputs, triggers, asignacion de usuarios, etc.
|
||||||
|
|
||||||
Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
|
Scenario Outline: Get a List DynaForms of a Project Process Complete BPMN
|
||||||
@@ -423,6 +413,7 @@ Scenario Outline: Delete a Project created previously in this script
|
|||||||
| 2 |
|
| 2 |
|
||||||
| 4 |
|
| 4 |
|
||||||
| 5 |
|
| 5 |
|
||||||
|
| 6 |
|
||||||
|
|
||||||
|
|
||||||
Scenario: Get a list of projects
|
Scenario: Get a list of projects
|
||||||
|
|||||||
Reference in New Issue
Block a user