Questions tagged [taurus]

Automation-friendly framework for Continuous Testing using JMeter, Selenium and other tools.

Taurus is a project on github under Blazemeter.

Official Website: https://gettaurus.org/

Taurus is a free and open source framework for Continuous Testing which helps you by hiding the complexities of running performance tests. Think of it as an automation-friendly wrapper - it cloaks nicely around JMeter, neatly covering all of its complexities and imperfections.

When running JMeter through Taurus you can:

  1. Run an existing JMeter script
  2. Create a new JMeter script very easily using a YAML text file
  3. Automate your script with Jenkins
165 questions
6
votes
2 answers

JMeter : Generating the default html report not possible with Taurus

I am currently making a POC with Taurus tool. In our company we use both JMeter and Gatling for now. I was able to obtain in my tests the Gatling report without any complex configuration but it was not possible with JMeter to obtain its…
Loc Ann
  • 455
  • 6
  • 24
4
votes
2 answers

Running concurrent users with Taurus using a Robot-Framework Script

I have prepared a robot test script and now I'm trying to run the script in multiple browsers ( same time ) using Blazemeter - Taurus. The Tauyus yml file looks like the code bellow. I have used the same method in JMeter and Taurus seems to run…
Muditha Perera
  • 1,216
  • 8
  • 24
3
votes
2 answers

How to rename python locust actions?

I have the next code from locustio documentation: from locust import HttpLocust, TaskSet, between def login(l): l.client.post("/login", {"username":"ellen_key", "password":"education"}) def logout(l): l.client.post("/logout",…
SergeyMoroz
  • 117
  • 3
  • 11
3
votes
2 answers

Taurus JSON Body post

I trying to use taurus and test my restapi. My restapi using JSON body in POST requests. So i can't find anywhere how to put json into my POST request. I tryed like this, but this not work. execution: - concurrency: 25 throughput: 25 …
3
votes
1 answer

Taurus : Using an external properties file instead of specifying in YAML

In Taurus is it possible to use an external properties file for specifying properties ? I have read this but didn't find the solution. My concern is that I have something like 40 properties in existing user.properties and don't want to move them in…
Loc Ann
  • 455
  • 6
  • 24
2
votes
2 answers

How to use Taurus to run a jmeter script which has a properties file dependency and generate the log file

I want to try out the Taurus framework to run my existing jmeter scripts. I usually run my scripts from the CLI like this: jmeter -n -p .\config.properties -t .\HTTPS-REST\Done\load-scenario.jmx -l…
JustNatural
  • 375
  • 7
  • 19
2
votes
1 answer

taurus - to assert if redirected url is correct

scenarios: RedirectURL: variables: baseurl: https://www.example.com headers: Authorization: example retrieve-resources: false follow-redirects: true requests: - url: https://www.example.com method: GET …
user3920295
  • 889
  • 2
  • 13
  • 31
2
votes
1 answer

Taurus/JMeter < 1ms granularity?

I'm trying to get a baseline benchmark of an API before making some changes and I've been given the requirement that the changes can introduce a maximum of 1 millisecond of additional time to each request. Taurus/JMeter seems to only be able/willing…
David Young
  • 441
  • 1
  • 4
  • 13
2
votes
1 answer

hold-for analogue for distributed jmeter test in taurus

How can be a parameter like hold-for used for concurrent be set up for distributed test in taurus: Say, I would like execution: - distributed: - host1.mynet.com - host2.mynet.com - host3.mynet.com scenario: some_scenario hold-for:…
Eljah
  • 4,188
  • 4
  • 41
  • 85
2
votes
1 answer

Taurus downloads Jmeter from Internet instead of referring to Local installation

Need to have Taurus refer to my local Jmeter version instead of downloading from Internet. The issue is my corporate network is behind proxy and blocks the jmeter download. Taurus tries to download jmeter from internet…
Sai
  • 309
  • 1
  • 4
  • 15
2
votes
1 answer

Taurus Transcation controller child in report

Hi I am running running my jmx files using taurus. execute.sh contains bzt a.jmx bzt b.jmx bzt c.jmx bzt d.jmx my Jmx file contain trasnction controller. eg: -TG: ---Transaction controller ----->HTTP1 ----->HTTP2 Scripts are executed…
Hexgear
  • 320
  • 1
  • 3
  • 13
2
votes
1 answer

Generating html report in workspace with Taurus and Performance plugin in Jenkins

I am using Taurus with Performance plugin to run my Jmeter tests in Jenkins. Although I get the Performance report in Jenkins but I am not getting an html file generated in the workspace which I can send in the email body as report. Currently in the…
jeevan
  • 21
  • 1
2
votes
1 answer

Auto tune jvm in taurus container

You can set a jvm memory settings and Taurus but does it support Dynamic tuning at all? Is there a setting to tune the jvm relative to the number of CPUs and memory available on the system? It would be nice not to have to script this…
red888
  • 27,709
  • 55
  • 204
  • 392
2
votes
1 answer

Python throws error when I tried to install Taurus

I am new to Taurus , when I tried to install Taurus manually for the Jmeter by following the below steps(Install Taurus) throwing error. see the below the screenshot. I have downloaded Python 2.7.13 and Installed It. I have downloaded Taurus exe…
rpagadala
  • 796
  • 2
  • 15
  • 31
2
votes
1 answer

How to run together Cucumber and Gatling

I am new to test and during my intership, I had to look for some good tools to automate functional tests. So I made a lot of searches and decided to use Cucumber, linked with Selenium and SoapUI. But the fact is that another search had been made…
Laura G
  • 165
  • 14
1
2 3
10 11