Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 2 tools JMeter JUnit KPI Reporter #37

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ This list grew up from [an occasional answer](https://sqa.stackexchange.com/a/25
- [JMeter MySQLCollector Plugin](https://cwiki.apache.org/confluence/display/jmeter/MysqlCollectorPlugin) - Patch to configure listener to log into MySQL database.
- [JMeter SLA Report](https://github.com/sgoeschl/jmeter-sla-report) - JMeter HTML report generator based on JAMon.
- [JMeter JUnit Reporter](https://github.com/tilln/jmeter-junit-reporter) - Apache JMeter plugin for generating JUnit Reports in XML format, based on custom KPIs (Key Performance Indicators).
- [JMeter JUnit KPI Reporter From JMeter CSV Report](https://github.com/vdaburon/JUnitReportKpiJMeterReportCsv) - Read KPI declarations in a CSV file and apply the KPI assertion on a JMeter Report CSV file (Aggregate, Summary or Synthesis Report) and generates a result file in JUnit XML format. Usually used along with the [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin).
- [JUnit Report Compare 2 JMeter Report Csv Files](https://github.com/vdaburon/JUnitReportKpiCompareJMeterReportCsv) - Compare 2 load tests JMeter Report CSV Files and create a JUnit Report based on custom Key Performance Indicators (KPIs). Usually used along with the [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin).
- [JMeter JUnit KPI Reporter From JMeter Dashboard Statistics Json File](https://github.com/vdaburon/JUnitReportKpiJMeterDashboardStats) - Read KPI declarations in a CSV file and apply the KPI assertion on a JMeter Dashboard Statistics Json file and generates a result file in JUnit XML format. Usually used along with the [JMeter Maven Plugin](#tools--plugins).
- [JMeter Graph Tool Maven Plugin](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin) - Maven plugin to create graphs and filter results using CMDRunner and Filter Results Tools from [JMeter Plugins](#plugins); usually used along with the [JMeter Maven Plugin](#tools--plugins) and set of ["companion" plugins](https://github.com/vdaburon/jmeter-graph-tool-maven-plugin#compagnion-tools).

### Reporting & Visualization
Expand Down