taurus icon indicating copy to clipboard operation
taurus copied to clipboard

Automation-friendly framework for Continuous Testing by

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

Python module `packaging` is not in `requirements.txt`, yet it is needed to run bzt with gatling executor from a docker container. Run `docker build .` in a folder with a...

Each PR must conform to [Developer's Guide](https://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [ ] Description of PR explains the context of change - [ ] Unit tests cover the change, no broken...

Setuptools has been locked to 65.5.0 since issue [4495](https://github.com/pypa/setuptools/issues/4496). Done on commit [8b010df](https://github.com/Blazemeter/taurus/commit/8b010df1831fec2c07c03addea76184ee99840a0#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552) All versions of setuptools < 78.1.1 are affected by [CVE-2025-47273](https://github.com/advisories/GHSA-5rjg-fvgr-3xxf). I raised PR [1904](https://github.com/Blazemeter/taurus/pull/1904) to bump it...

upgraded setuptools to fix CVE-2025-47273 Each PR must conform to [Developer's Guide](https://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [X] Description of PR explains the context of change - [X] Unit tests cover the...

updated BlazeMeter logo and some BlazeMeter screenshots

Bzt returns failure when using any gatling version > 3.9. Same test + configs using 3.7.5 returns success. in bzt.log i get errors ``` DataLogReader] ... no data processed!... ToolError:...

After running a long period test,no space left on the device.

Each PR must conform to [Developer's Guide](https://gettaurus.org/docs/DeveloperGuide/#Rules-for-Contributing). Quick checklist: - [ ] Description of PR explains the context of change - [ ] Unit tests cover the change, no broken...

The previos version of urwid is causing issues see here: https://github.com/mitmproxy/mitmproxy/issues/7227 This should fix it and keep the dependencies intact

Is it possible to define and configure SMTP samples in Taurus YAML file? If this is possible, could you please point me to some example? I am especially interested if...