taurus
taurus copied to clipboard
Automation-friendly framework for Continuous Testing by
https://github.com/Blazemeter/taurus/blob/ced9f031b1b3dba9d1dc4195558eb1522ac3be38/bzt/jmx/base.py#L1005C10-L1005C10 def _get_boundary_extractor(varname, subject, left, right, match_no, defvalue='NOT_FOUND', scope='', from_var=''): .... subject = subjects.get(subject) element = etree.Element("BoundaryExtractor", guiclass="BoundaryExtractorGui", testclass="BoundaryExtractor", testname="Get %s" % varname, enabled="true") element.append(JMX._string_prop("BoundaryExtractor.useHeaders", subject)) element.append(JMX._string_prop("BoundaryExtractor.refname", varname)) element.append(JMX._string_prop("BoundaryExtractor.lboundary", left))...
I have a jmeter plugin from our own nexus private repository, but I didn't find any configuration supporting private repository so want to know whether there is any configuration that...
I have looked for this answer a few places, and maybe I am just missing it, but I'd like to be able to run this in docker-compose and kubernetes. The...
Hi, I pulled the image "[blazemeter/taurus:latest](https://hub.docker.com/layers/blazemeter/taurus/latest/images/sha256-3c4fedd6a3bed2e76e8158297d1768cce0ce0aa9883b43eccaababfe23b9e16b?context=explore)" and tried running it. The result is an error: `Message: session not created: Chrome failed to start: exited normally.` My command: ```docker run -it...
Hi. Is Taurus able to run robot executor with concurrency method ? Or is it only run robot test sequential but looping until XX iterations ?
Influxdb-reporter's `send-interval` can be modified from the settings.
Each PR must conform to [Developer's Guide](http://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [ ] Description of PR explains the context of change - [ ] Unit tests cover the change, no broken...
Fixed documentation typo in influxdb reporter configuration.
Fixing incorrect guessed version when using Gatling 3.10.x --- Each PR must conform to [Developer's Guide](http://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [x] Description of PR explains the context of change - [x]...
Summary: In Gatling HTML reports, requests group response time metric can be either calculated as a cumulated response time of all requests in the group or as a total duration...