Reputation: 85
I am struggling to set Apache Jmeter Dashboard report title dynamically as Application/API name + Application/API version, extracting the version from an API call.
Running my test from non-gui mode
Jmeter version 5.3
Have tried setting it through JSR223 PostProcessor
However, found that it isn't working
I was wondering if it is even possible that way dynamically (changing it at run time)
Any inputs much appreciated.
Upvotes: 1
Views: 401
Reputation: 34516
As of JMeter up to 5.3 this is not possible as initialization of the report generator is done before running the test:
Init:
Test start:
Upvotes: 1