Taurus Tool for Continuous Testing
Project description
# Taurus
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).
![Analytics](https://ga-beacon.appspot.com/UA-63369152-1/taurus/readme)
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).
![Analytics](https://ga-beacon.appspot.com/UA-63369152-1/taurus/readme)
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.12.0.tar.gz
(933.6 kB
view details)
Built Distribution
bzt-1.12.0-py2.py3-none-any.whl
(972.3 kB
view details)
File details
Details for the file bzt-1.12.0.tar.gz
.
File metadata
- Download URL: bzt-1.12.0.tar.gz
- Upload date:
- Size: 933.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8749c5abaac62f006aabf899ca178612dc1d3dc407becd86098c7013b77cae9a |
|
MD5 | bb88934406ef5892bb5e3baa6c224e05 |
|
BLAKE2b-256 | cdcf8b64df42aaa427455923b30be7be4c464c08bc958d9c90548b7ed9cee7b9 |
File details
Details for the file bzt-1.12.0-py2.py3-none-any.whl
.
File metadata
- Download URL: bzt-1.12.0-py2.py3-none-any.whl
- Upload date:
- Size: 972.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5565140d8e4fde454f742acd559ba7214375475f8f360900dba6389176d4a79b |
|
MD5 | 2dd35cb94007c9855086f4e390abbaf8 |
|
BLAKE2b-256 | f8d29d984c112c5176a6e787705e0b4991291241c8afc9d187d5ce4336cefeab |