Support for Blazemeter -report option #185
-
Hello, I see that we have an option to run distributed tests directly from DSL. Do we also have an option to send the report to Blazemeter report? Currently , the Taurus wrapper provides that and we use that feature extensively. Can you please provide support for this feature? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 27 replies
-
Really interesting feature, thank you for asking and proposing it! What do you think of something like this?: testPlan(
threadGroup(2, 10,
httpSampler("http://my.service")
),
blazeMeterReportUploader()
) And that listener can be part of existing jmeter-java-dsl-blazemeter module. Any particular fields you usually set with taurus blazemeter reports? |
Beta Was this translation helpful? Give feedback.
-
When it comes to testing in BM cloud or on prem, we need to be able to set specific engines since we have dedicated IPs , any options for that? Also, specifying engine names is required to test on premise. 2. We need to be able to specify csv files to be uploaded to BM |
Beta Was this translation helpful? Give feedback.
-
Hello, we have just released a new version of jmeter DSL which automatically uploads resources to blazemeter and allows to select location. Let me know what do you think. Regards |
Beta Was this translation helpful? Give feedback.
-
That’s nice , let me test it and get back to you
…On Fri, May 26, 2023 at 2:24 PM rabelenda ***@***.***> wrote:
Hello, we have just released a new version of jmeter DSL
<https://github.com/abstracta/jmeter-java-dsl/releases/tag/v1.11> which
automatically uploads resources to blazemeter and allows to select
location. Let me know what do you think.
Regards
—
Reply to this email directly, view it on GitHub
<#185 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7Y3DHT6STRYBIHDISAHKA3XID7PTANCNFSM6AAAAAAYEFSB64>
.
You are receiving this because you authored the thread.Message ID:
***@***.***
com>
|
Beta Was this translation helpful? Give feedback.
This is great!
In fact is something we expected users to ask after they start playing further with existing BM engine.
Nowadays the BM engine does not provide options for that but we can easily add them. Both for specifying engines and to upload csv files.
Now that you have requested this, we will prioritize it higher in our backlog.
Stay tuned for upcoming releases :)