MediaWiki Reporting Extension: Difference between revisions
From Yocto Project
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
|Output | |Output | ||
|- | |- | ||
| < | | <pre> | ||
{{#testopia: | {{#testopia: | ||
|report_id=testplan | |report_id=testplan | ||
|plan_id=34 | |plan_id=34 | ||
|sortable=true}} | |sortable=true}} | ||
</pre> | |||
|{{#testopia: | |{{#testopia: | ||
|report_id=testplan | |report_id=testplan |
Revision as of 14:09, 10 May 2013
Summary
This page describes the functionality and usage instructions for the Testopia MediaWiki reporting extension. Derived from http://www.mediawiki.org/wiki/Extension:Testopia_Reports this extension was modified in order to generate reports specific to the Yocto Project's needs. If you wish to use it on another MediaWiki server you can do so by cloning it from the public repository: https://github.com/halstead/testopiareports .
Report types
This is a list of reports that can be generated using the reporting extension.
Testplan
You can generate a list of test cases from one or more test plans. Here is an example:
Code | Output | |||
{{#testopia: |report_id=testplan |plan_id=34 |sortable=true}} |
{{#testopia: | report_id=testplan | plan_id=34 | sortable=true}} |