Changes between Version 116 and Version 117 of TestCaseManagementPlugin


Ignore:
Timestamp:
Mar 26, 2017, 1:10:14 PM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v116 v117  
    1212 1. reporting on results and progress (Trac reports, export to Excel, etc.)
    1313
    14 See also: TestManagerForTracPlugin, [http://www.teamst.org/ Test Link] (provides Trac integration), ManualTestingPlugin, QaTrackerPlugin
     14See also: TestManagerForTracPlugin, QaTrackerPlugin, [http://www.teamst.org/ Test Link] (provides Trac integration)
    1515
    1616=== So what is a test run?
     
    5252== Bugs/Feature Requests
    5353
    54 Existing bugs and feature requests for TestCaseManagementPlugin are [query:status!=closed&component=TestCaseManagementPlugin&order=priority here].
     54Existing bugs and feature requests for TestCaseManagementPlugin are
     55[report:9?COMPONENT=TestCaseManagementPlugin here].
    5556
    5657If you have any issues, create a
     
    5960[[TicketQuery(component=TestCaseManagementPlugin&group=type,format=progress)]]
    6061
    61 == Download and Installation
    62 
    63 I've merged the unicode compliant version and the main Genshi branch into one.
    64 
    65 === Genshi Migration 0.11
    66 
    67 You can download the source or preferably use `easy_install` for the Trac 0.11.x compatible version: 
    68 {{{#!sh
    69 easy_install.exe https://trac-hacks.org/svn/testcasemanagementplugin/branches/testManagmentPluginGenshi
    70 }}}
    71 
    72 You can download easy_install from [http://peak.telecommunity.com/DevCenter/EasyInstall here].
    73 
    74 === Trac 0.10.x users
    75 
    76 Trac 0.10.x users should continue to use this version:
    77 {{{#!sh
    78 easy_install.exe https://trac-hacks.org/svn/testcasemanagementplugin/branches/testManagementPlugin0.4.0
    79 }}}
    80 
    81 Windows users should add the `python2X/scripts` directory to their path.
     62== Download
     63
     64Download the zipped source from [export:testcasemanagementplugin here].
    8265
    8366== Source
    8467
    8568You can check out TestCaseManagementPlugin from [/svn/testcasemanagementplugin here] using Subversion, or [source:testcasemanagementplugin browse the source] with Trac.
     69
     70== Installation
     71
     72General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
    8673
    8774== Configuration