Bug 63770 - View Results Tree: Add JMESPath Tester
Summary: View Results Tree: Add JMESPath Tester
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 5.1.1
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.2
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk, PatchAvailable
Depends on:
Blocks:
 
Reported: 2019-09-25 07:35 UTC by UbikLoadPack support
Modified: 2019-09-25 14:34 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description UbikLoadPack support 2019-09-25 07:35:59 UTC
See:

-https://github.com/apache/jmeter/pull/500
Comment 1 Philippe Mouawad 2019-09-25 14:34:56 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new b8aac25  Add JMESPath Tester to View Results Tree (#500)
b8aac25 is described below

commit b8aac252c343e301bec32630cc6357d834501f5f
Author: UBIK LOAD PACK <support@ubikloadpack.com>
AuthorDate: Wed Sep 25 16:30:47 2019 +0200

    Add JMESPath Tester to View Results Tree (#500)

    * Add JMESPath Tester
    * Add documentation and update release notes
    * Update test RenderAsJsonRendererSpec following refactoring of
    RenderAsJsonRenderer
    Add test for RenderAsJmesPathRenferer
    * Improve javadocs

    This resolves https://bz.apache.org/bugzilla/show_bug.cgi?id=63770
---
 ...erer.java => AbstractRenderAsJsonRenderer.java} | 171 +++++++++--------
 .../json/render/RenderAsJmesPathRenderer.java      |  93 +++++++++
 .../json/render/RenderAsJsonRenderer.java          | 208 ++-------------------
 ....groovy => RenderAsJmesPathRendererSpec.groovy} |  28 +--
 .../json/render/RenderAsJsonRendererSpec.groovy    |  16 +-
 .../apache/jmeter/resources/messages.properties    |   6 +-
 .../apache/jmeter/resources/messages_fr.properties |   6 +-
 xdocs/changes.xml                                  |   1 +
 xdocs/usermanual/component_reference.xml           |   3 +
 9 files changed, 235 insertions(+), 297 deletions(-)
Comment 2 The ASF infrastructure team 2022-09-24 20:38:18 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5167