taurus icon indicating copy to clipboard operation
taurus copied to clipboard

Automation-friendly framework for Continuous Testing by

Results 30 taurus issues
Sort by recently updated
recently updated
newest added

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...

DO NOT MERGE

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...

DO NOT MERGE

There was no checking of a proper response before attempting to decode JSON. When the server returns an HTTP 500, we get an error when attempting to decode a non-existent...

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...

DO NOT MERGE

At its beginning Locust had a typo in metrics return during test. Since https://github.com/locustio/locust/commit/f0a5f893734faeddb83860b2985010facc910d7d the typo has been fixed. Each PR must conform to [Developer's Guide](http://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [x]...

Hi, When running a K6 test through Taurus and having the scenario defined within the K6 script itself instead of the Taurus yml file, only 1 iteration is completed before...

The output of `curl https://packages.blazemeter.com/jmeter/apache-jmeter-5.5.zip -o jmeter.zip` shows certificate expired: ``` % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0...

Allow for load scenario to be defined within the K6 script as well as in the Taurus yml file. Currently if no iterations is defined in the Taurus scenario then...

I am currently working on setting up WebDriverIO-based tests using Taurus. In the usual setup, the `wdio.conf.js` file contains the `baseUrl` property. However, I noticed that [the examples](https://github.com/Blazemeter/taurus/tree/master/examples/selenium/wdio) provided in...

Hi. How to set in yaml the URL (e.g. artifactory) where download plugins from? Jmeter has this settings https://jmeter-plugins.org/wiki/PluginsManager/#Plugins-Sources-Configuration Thanks.