diff --git a/_repo/inventree-test-statistics.md b/_repo/inventree-test-statistics.md new file mode 100644 index 00000000..e2bdf5b6 --- /dev/null +++ b/_repo/inventree-test-statistics.md @@ -0,0 +1,36 @@ +--- +name: inventree-test-statistics +author: SchrodingersGat +license: MIT +open_source: true +stable: true +maintained: true +pypi: true +package_name: inventree-test-statistics +github: https://github.com/inventree/inventree-test-statistics +issue_tracked: https://github.com/inventree/inventree-test-statistics/issues +website: https://inventree.org +categories: Reporting +tags: test report data +--- + +Test Statistics for InvenTree + +A plugin which generates test statistics for parts in InvenTree + +![](/assets/plugins/inventree_test_statistics.png) + +## Installation + +The easiest way to install the plugin is via the InvenTree user interface. + +Alternatively, you can install the plugin manually as follows: + +``` +pip install inventree-test-statistics +``` + + +## Documentation + +Refer to the [plugin documentation](https://github.com/inventree/inventree-test-statistics) for further instructions and information. \ No newline at end of file diff --git a/assets/plugins/inventree_test_statistics.png b/assets/plugins/inventree_test_statistics.png new file mode 100644 index 00000000..fe12fe13 Binary files /dev/null and b/assets/plugins/inventree_test_statistics.png differ