UNPKG

processus

Version:
31 lines (26 loc) 887 B
--- name: Test Demo12 description: Testing Demo 12 # Workflow tasks tasks: # Task to run the demo and capture results run demo workflow: ignoreError: true #ignore errors and deal with any problems in post workflow description: "calls the workflow in the file" blocking: true handler: "../taskhandlers/workflowHandler" parameters: file: "./test/demo12.yml" # Check assertions after workflow post workflow: description: Perform expect assertion checks blocking: true handler: "../taskhandlers/expectHandler" parameters: expectations: Workflow Completed: #Check at the demo workflow completed ok assertion: toEqual object: $[tasks.run demo workflow.parameters.workflow.status] value: completed message: "The workflow did not complete as expected!"