Taurus Tool for Continuous Testing
Project description
# Taurus
[](https://gitter.im/Blazemeter/taurus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Quick links: [Taurus Documentation](http://gettaurus.org/docs/) | [Knowledge Base](http://gettaurus.org/kb/) | [Support Forum](https://groups.google.com/forum/#!forum/codename-taurus)
## Purpose
Hides the complexity of performance and functional tests with an automation-friendly convenience wrapper. Taurus relies on JMeter, Gatling, Locust.io, Grinder and Selenium WebDriver as its underlying tools. Free and open source under Apache 2.0 License.
## Installation or Upgrade
Just install it using PyPi:
```bash
pip install bzt
```
More detailed instructions for Linux, Mac OS and Windows available [here](http://gettaurus.org/docs/Installation.md).
## Getting Started
Create a file named `test.yml` with following contents:
```yaml
---
execution:
- concurrency: 10
ramp-up: 1m
hold-for: 1m30s
scenario: simple
scenarios:
simple:
think-time: 0.75
requests:
- http://blazedemo.com/
- http://blazedemo.com/vacation.html
```
Then run `bzt test.yml`. After the tool finishes, observe resulting summary stats in console log (more reporting options [here](http://gettaurus.org/docs/Reporting.md)). All artifact files from the run will be placed in the directory mentioned in console log. Read more on command-line tool usage [here](http://gettaurus.org/docs/CommandLine.md).

[](https://gitter.im/Blazemeter/taurus?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Quick links: [Taurus Documentation](http://gettaurus.org/docs/) | [Knowledge Base](http://gettaurus.org/kb/) | [Support Forum](https://groups.google.com/forum/#!forum/codename-taurus)
## Purpose
Hides the complexity of performance and functional tests with an automation-friendly convenience wrapper. Taurus relies on JMeter, Gatling, Locust.io, Grinder and Selenium WebDriver as its underlying tools. Free and open source under Apache 2.0 License.
## Installation or Upgrade
Just install it using PyPi:
```bash
pip install bzt
```
More detailed instructions for Linux, Mac OS and Windows available [here](http://gettaurus.org/docs/Installation.md).
## Getting Started
Create a file named `test.yml` with following contents:
```yaml
---
execution:
- concurrency: 10
ramp-up: 1m
hold-for: 1m30s
scenario: simple
scenarios:
simple:
think-time: 0.75
requests:
- http://blazedemo.com/
- http://blazedemo.com/vacation.html
```
Then run `bzt test.yml`. After the tool finishes, observe resulting summary stats in console log (more reporting options [here](http://gettaurus.org/docs/Reporting.md)). All artifact files from the run will be placed in the directory mentioned in console log. Read more on command-line tool usage [here](http://gettaurus.org/docs/CommandLine.md).

Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bzt-1.11.1.tar.gz
(930.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
bzt-1.11.1-py2.py3-none-any.whl
(976.5 kB
view details)
File details
Details for the file bzt-1.11.1.tar.gz.
File metadata
- Download URL: bzt-1.11.1.tar.gz
- Upload date:
- Size: 930.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0412e03dfc9d82486a33fb27afec74330fbc1d9c458c91cb5a94fa49f94cfbaf
|
|
| MD5 |
eefbce6e717dbdf4fdf42ae1bcbb63ae
|
|
| BLAKE2b-256 |
48b756e4debd05fb8a84b433133860d4d1ff68382bf6779371f60f219d3bef7d
|
File details
Details for the file bzt-1.11.1-py2.py3-none-any.whl.
File metadata
- Download URL: bzt-1.11.1-py2.py3-none-any.whl
- Upload date:
- Size: 976.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8251419f683bf84dc0af0ea8585525c61af7c061b158b6dcb271ac1b215d6a83
|
|
| MD5 |
98cba8516ce7f60177c69ff6a88b2d35
|
|
| BLAKE2b-256 |
f65c7d18eff60a42562cc2018b32ac6c5858e10d3244dc9fbf03a64e1c970c4d
|