Changes between Version 35 and Version 36 of TestCaseManagementPlugin


Ignore:
Timestamp:
Apr 13, 2007, 6:56:35 PM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v35 v36  
    110110An example grouping would be specifying that tests: test1, test2, and test3 all belong to the smoketest.
    111111
     112
     113{{{
     114<templates>
     115- <template name="smoke">
     116-   <testcases>
     117       <testcase>test1</testcase>
     118       <testcase>test2</testcase>
     119       <testcase>test3</testcase>
     120    </testcases>
     121 </template>
     122</templates>
     123}}}
     124
     125
    112126Make sure the tests and template file are checked in.
    113127