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
1
vote
1 answer

Taurus is not taking the Jmeter Setting local path even after changing .bzt-rc file

I want to use the existing Jmeter Version (4.0) to run my scripts using Taurus.But Taurus is downloading & taking the latest Jmeter version though i change Jmeter setting Path: in .bzt-rc file. Updated bzt-rc file to below: # JMeter…
Raghu
  • 13
  • 5
1
vote
2 answers

Taurus - Overriding a jmeter property in test endpoint

How to override a test endpoint in .jmx file from Taurus yaml. My jmx file includes both GET and POST methods. Currently i have set the url like ‘${__P(url)}/api/login’ in jmx and in Taurus as of below: execution: - scenario: jmeter …
Arun
  • 89
  • 1
  • 14
1
vote
1 answer

Taurus GUI doesn't reflect parse parameters if it was used with variables

I found this while I am working on Taurus GUI, and I noticed the -gui tool does not really reflect the right behavior when I use parameters with variables. Please let me know if this is a bug or its how it is designed. my yaml config. Running…
Awad
  • 823
  • 3
  • 11
  • 33
1
vote
1 answer

Parsing concurrency '${addressThread}' in group 'ThreadGroup' failed, choose 1

I am trying to define a percentage of threads for each ThreadGroup in my load testing .jmx file, and pass the total number of threads from taurus config .yaml file. However, taurus fails to parse the expression, even though when I try to debug it…
Awad
  • 823
  • 3
  • 11
  • 33
1
vote
1 answer

Adding 'Notes' dynamically through taurus command line arguments

I'm using the blazemeter/taurus:1.13.2 Docker image with the blazemeter reporting module to execute tests. Is there a way from taurus command line that I can pass a value for the "Notes" field on BlazeMeter? I've passed other values successfully…
user2762956
  • 120
  • 1
  • 9
1
vote
1 answer

Blazemeter - Converting request stats into Second

How can I fetch Stats in the Second format instead of Millisecond?
alqoush
  • 21
  • 1
  • 7
1
vote
1 answer

Taurus: Play a scenario every 5 minutes

I have an authenticate scenario which return a token. After 5 minutes (example), the token is expired. But this token is mandatory for the success of other scenarios. Now, I don't really want to run this scenario each time before the other…
MrNierda
  • 412
  • 1
  • 8
  • 19
1
vote
2 answers

Performance test with Taurus

I am new to performance testing and would like to know what the following output from Taurus means (http://websi.te is NOT the real domain name of my test!): 10:53:12 INFO: Test duration: 0:06:54 10:53:12 INFO: Samples count: 1202, 2.08%…
sunwarr10r
  • 4,420
  • 8
  • 54
  • 109
1
vote
1 answer

In Taurus, how to pass ${TAURUS_ARTIFACTS_DIR} to JMeter

In my yaml, I have followed this doc: http://gettaurus.org/docs/JMeter/ And have set: modules: jmeter: properties: myoutputdir: ${TAURUS_ARTIFACTS_DIR}/output And then I’d like to use it using __P function, but it is not passed. If…
Loc Ann
  • 455
  • 6
  • 24
1
vote
2 answers

Using Taurus with Gatling fails with "Exception in thread "main" io.gatling.core.session.el.ElParserException"

I am trying to run Gatling with Taurus to experiment with it but it is not working as easily as expected. I have this code: execution: - executor: gatling scenario: sample scenarios: sample: script:…
Loc Ann
  • 455
  • 6
  • 24
1
vote
1 answer

How run a massive test on html page that have a analytic code?

I have Piwik/Matomo running and connected with my html page. I am using Taurus to test with several requests my html page. The propose of this is colect the page views on Piwik/Matomo, but this only do the requests, not run the JavaScript analytic…
Bruno Wego
  • 2,099
  • 3
  • 21
  • 38
1
vote
1 answer

ERROR: UnicodeDecodeError: 'charmap' - Taurus

Im working with JMeter and Taurus to run a couple of .jmx test created from JMeter, but when I run the following command: bzt xxxxx.jmx -report I got this error: 14:50:54 INFO: Taurus CLI Tool v1.12.0 14:50:54 INFO: Starting with configs:…
Carlos Andres
  • 12,740
  • 7
  • 18
  • 34
1
vote
0 answers

Reports are not generating when Taurus Performance Test is executed using Jenkins

I am trying to execute the yaml script using Jenkins. I am using freestyle project and Windows Batch command as a Build Configuration. bzt D:\NESTTest.jmx.yaml -report I have added a Performance Plugin to view the reports generated after the…
1
vote
1 answer

Ho to pass local apache jmeter path in yaml

enter code hereI am setting jmeter path in yaml in below way,while running the script through yaml getting error as No field 'connectTime' found in class 'org.apache.jmeter.samplers.SampleSaveConfiguration' and Error in NonGUIDriver…
Anant patil
  • 161
  • 1
  • 9
1
vote
2 answers

Not able to run a Taurus performance test on an existing API

After installing Taurus on Win 10 machine and creating a new file for performance testing my API: perf-test-config.yml execution: - concurrency: 100 ramp-up: 1m hold-for: 2m scenario: helloworld-api-perf-test scenarios: quick-test: …
Nital
  • 5,784
  • 26
  • 103
  • 195
1 2
3
10 11