Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file
Summary: Report / Dashboard : Add a menu entry to generate a report on demand from a C...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 3.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.1.1
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk, PatchAvailable
: 62970 (view as bug list)
Depends on:
Blocks:
 
Reported: 2016-07-24 13:56 UTC by Philippe Mouawad
Modified: 2019-03-09 10:03 UTC (History)
5 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2016-07-24 13:56:48 UTC
It would be useful to have a menu entry (in tools?) to generate a report from a csv file.

Menu entry would open a popup window with:
- file path for csv
- optional file path for generator properties
- output folder
- button to generate
Comment 2 UbikLoadPack support 2019-03-02 15:37:47 UTC
Hello,

We're happy to donate (we signed a CCLA) through this PR the enhancement:

- https://github.com/apache/jmeter/pull/453

Regards
@ubikloadpack Team
https://ubikloadpack.com
Comment 3 Philippe Mouawad 2019-03-02 20:20:25 UTC
*** Bug 62970 has been marked as a duplicate of this bug. ***
Comment 4 Philippe Mouawad 2019-03-06 20:00:18 UTC
Author: pmouawad
Date: Wed Mar  6 19:59:29 2019
New Revision: 1854942

URL: http://svn.apache.org/viewvc?rev=1854942&view=rev
Log:
Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file

Contributed by UbikLoadPack

This closes #453
Bugzilla Id: 59896

Added:
    jmeter/trunk/bin/testfiles/HTMLReportExpect.json
    jmeter/trunk/bin/testfiles/HTMLReportFalseTestFile.csv
    jmeter/trunk/bin/testfiles/HTMLReportTestFile.csv
    jmeter/trunk/src/core/org/apache/jmeter/gui/HtmlReportAction.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/gui/HtmlReportUI.java   (with props)
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/HtmlReportGenerator.java   (with props)
    jmeter/trunk/test/src/org/apache/jmeter/gui/HtmlReportGUISpec.groovy
    jmeter/trunk/test/src/org/apache/jmeter/gui/action/HtmlReportGeneratorSpec.groovy
    jmeter/trunk/xdocs/images/screenshots/html_report_menu.png   (with props)
Modified:
    jmeter/trunk/bin/jmeter.properties
    jmeter/trunk/src/core/org/apache/jmeter/gui/action/ActionNames.java
    jmeter/trunk/src/core/org/apache/jmeter/gui/util/FileDialoger.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
    jmeter/trunk/xdocs/usermanual/properties_reference.xml
Comment 5 Philippe Mouawad 2019-03-08 20:52:43 UTC
Author: pmouawad
Date: Fri Mar  8 20:51:45 2019
New Revision: 1855066

URL: http://svn.apache.org/viewvc?rev=1855066&view=rev
Log:
Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file

Fix weird message 'unable to rename folder' when selecting second field and clicking browse
Bugzilla Id: 59896

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/gui/HtmlReportUI.java
Comment 6 Felix Schumacher 2019-03-09 10:03:00 UTC
Date: Sat Mar  9 09:43:41 2019
New Revision: 1855099

URL: http://svn.apache.org/viewvc?rev=1855099&view=rev
Log:
Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file

Try to get independent from path separators on different platforms

Bugzilla Id: 59896


Modified:
    jmeter/trunk/test/src/org/apache/jmeter/gui/action/HtmlReportGeneratorSpec.groovy

Date: Sat Mar  9 09:43:41 2019
New Revision: 1855099

URL: http://svn.apache.org/viewvc?rev=1855099&view=rev
Log:
Bug 59896 - Report / Dashboard : Add a menu entry to generate a report on demand from a CSV file

Try to get independent from path separators on different platforms

Bugzilla Id: 59896


Modified:
    jmeter/trunk/test/src/org/apache/jmeter/gui/action/HtmlReportGeneratorSpec.groovy
Comment 7 The ASF infrastructure team 2022-09-24 20:38:04 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4030