Changes between Version 10 and Version 11 of TestManagerForTracPluginWorkflow


Ignore:
Timestamp:
Nov 30, 2010, 9:52:29 PM (13 years ago)
Author:
Roberto Longobardi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestManagerForTracPluginWorkflow

    v10 v11  
    102102
    103103{{{
    104   [testcase-resource_workflow]
    105   sleep = new -> asleep
    106   sleep.permissions = TEST_MODIFY
    107 
    108   sing = new -> singing
    109   sing.permissions = TEST_MODIFY
    110   sing.operations = sample_operation
    111 
    112   calmdown = singing -> calm
    113   calmdown.permissions = TEST_MODIFY
    114 
    115   kill = asleep,calm -> dead
    116   kill.permissions = TEST_MODIFY
    117 }}}
     104[testcase-resource_workflow]
     105sleep = new -> asleep
     106sleep.permissions = TEST_MODIFY
     107
     108sing = new -> singing
     109sing.permissions = TEST_MODIFY
     110sing.operations = sample_operation
     111
     112calmdown = singing -> calm
     113calmdown.permissions = TEST_MODIFY
     114
     115kill = asleep,calm -> dead
     116kill.permissions = TEST_MODIFY
     117}}}
     118
     119[[BR]][[BR]]
     120== Out-of-the-box operations ==
     121A set of predefined, [wiki:TestManagerPluginWorkflowOperations out-of-the-box operations] is available, to enrich your workflows not only with state management, but also with side-effects to occur along with state changes.
    118122
    119123[[BR]][[BR]]