Test Runs by Assignee Plugin
Shows a chart based on all test runs in a project or some test run trackers. The chart contains a bar for each user that has ever run a test and one for the test runs that have no assignee. The bars show the distribution of the results of the runs of that given user. The plugin filters only take into account the default Test Run Tracker.
Parameters:
id='1' Optional parameter (required only when you're using the plugin on a personal wiki page). Specifies the id of the project to collect the test runs from.
testRunTrackerId='1001' Optional parameter. Specifies the ids of the Test Run trackers to collect the data from.
display ='chart|table|both' Optional parameter, defaults to 'chart'. Specifies whether the chart image and the data table are displayed.
showInactiveUsers='false|true' Optional parameter. When set to true, then statistics includes the users, who are inactivated at time of rendering the plugin. Default value is false.
Samples:
[{TestRunsByAssignee}]
Shows a chart created based on the default test run tracker of the enclosing project.
Was this helpful?