| 1 | Check the tutorial on YouTube: http://www.youtube.com/watch?v=BIi3QMT0rT4 |
|---|
| 2 | |
|---|
| 3 | Test Manager plugin for Trac |
|---|
| 4 | |
|---|
| 5 | Copyright (C) 2010-2015 Roberto Longobardi |
|---|
| 6 | |
|---|
| 7 | This file is part of the Test Manager plugin for Trac. |
|---|
| 8 | |
|---|
| 9 | This software is licensed as described in the file COPYING, which |
|---|
| 10 | you should have received as part of this distribution. The terms |
|---|
| 11 | are also available at: |
|---|
| 12 | |
|---|
| 13 | https://trac-hacks.org/wiki/TestManagerForTracPluginLicense |
|---|
| 14 | |
|---|
| 15 | Author: Roberto Longobardi <otrebor.dev@gmail.com> |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | Project web page on TracHacks: http://trac-hacks.org/wiki/TestManagerForTracPlugin |
|---|
| 19 | |
|---|
| 20 | Project web page on SourceForge.net: http://sourceforge.net/projects/testman4trac/ |
|---|
| 21 | |
|---|
| 22 | Project web page on Pypi: http://pypi.python.org/pypi/TestManager |
|---|
| 23 | |
|---|
| 24 | |
|---|
| 25 | A Trac plugin to create Test Cases, organize them in catalogs, generate test plans and track their execution status and outcome. |
|---|
| 26 | |
|---|
| 27 | This module provides a framework to help creating workflows around any Trac Resource. |
|---|
| 28 | |
|---|
| 29 | Features: |
|---|
| 30 | * Declarative definition of the workflow, specified in trac.ini. |
|---|
| 31 | * Same syntax as the basic Ticket workflow (I may have derived |
|---|
| 32 | some line of code from Trac itself... ;-)) |
|---|
| 33 | * Easy GUI integration support. You can expose the workflow |
|---|
| 34 | operation widgets anywhere in your application pages. |
|---|
| 35 | * Fine-grained authorization control. You can specify which role |
|---|
| 36 | is required to perform each state transition, and to execute |
|---|
| 37 | each corresponding action. |
|---|
| 38 | * Custom actions. An open API allows you to program your own |
|---|
| 39 | custom actions to be executed at any workflow state transition. |
|---|
| 40 | * Out-of-the-box built-in actions are provided. |
|---|
| 41 | |
|---|
| 42 | ================================================================================================= |
|---|
| 43 | Change History: |
|---|
| 44 | |
|---|
| 45 | (Refer to the tickets on trac-hacks for complete descriptions.) |
|---|
| 46 | |
|---|
| 47 | Release 1.0.4 (2012-10-14): |
|---|
| 48 | This release makes the plugins compatible with Trac 1.0. |
|---|
| 49 | o Fixed Ticket #10293 (Track-Hacks): New install impossible on Trac 1.0beta1 |
|---|
| 50 | |
|---|
| 51 | Release 1.0.2 (2010-11-30): |
|---|
| 52 | o Added out of the box operation to workflow engine: set_owner and set_owner_to_self |
|---|
| 53 | |
|---|
| 54 | Release 1.0.0 (2010-10-01): |
|---|
| 55 | o First release publicly available apart from the core Test Manager plugin |
|---|
| 56 | |
|---|