bzt


Namebzt JSON
Version 1.16.29 PyPI version JSON
download
home_pagehttp://gettaurus.org/
SummaryTaurus Tool for Continuous Testing
upload_time2024-02-26 12:37:39
maintainer
docs_urlhttps://pythonhosted.org/bzt/
authorAndrey Pokhilko
requires_python>=3.6
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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, 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)




            

Raw data

            {
    "_id": null,
    "home_page": "http://gettaurus.org/",
    "name": "bzt",
    "maintainer": "",
    "docs_url": "https://pythonhosted.org/bzt/",
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "Andrey Pokhilko",
    "author_email": "andrey@blazemeter.com",
    "download_url": "https://files.pythonhosted.org/packages/92/a6/0aba1c89418050fb8bd5e1217897ef533321e874bd4d87ed414a2355f218/bzt-1.16.29.tar.gz",
    "platform": null,
    "description": "# Taurus \n\nQuick links: [Taurus Documentation](http://gettaurus.org/docs/) | [Knowledge Base](http://gettaurus.org/kb/) | [Support Forum](https://groups.google.com/forum/#!forum/codename-taurus)\n\n## Purpose\nHides the complexity of performance and functional tests with an automation-friendly convenience wrapper. Taurus relies on JMeter, Gatling, Locust.io, and Selenium WebDriver as its underlying tools. Free and open source under Apache 2.0 License.\n\n\n## Installation or Upgrade\n\nJust install it using PyPi:\n\n```bash\npip install bzt\n```\n\nMore detailed instructions for Linux, Mac OS and Windows available [here](http://gettaurus.org/docs/Installation.md).\n\n## Getting Started\n\nCreate a file named `test.yml` with following contents:\n\n```yaml\n---\nexecution:\n- concurrency: 10\n  ramp-up: 1m\n  hold-for: 1m30s\n  scenario: simple\n  \nscenarios:\n  simple:\n    think-time: 0.75\n    requests:\n    - http://blazedemo.com/\n    - http://blazedemo.com/vacation.html\n```\n\nThen 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).\n\n![Analytics](https://ga-beacon.appspot.com/UA-63369152-1/taurus/readme)\n\n\n\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Taurus Tool for Continuous Testing",
    "version": "1.16.29",
    "project_urls": {
        "Download": "http://gettaurus.org/docs/DeveloperGuide/#Python-Egg-Snapshots",
        "Homepage": "http://gettaurus.org/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "119e498c8a2f4fe72897ce39d4b33b59a96566da0f77a53d7987a9d26931b426",
                "md5": "6958b48f895d3c0cfec5a2a171caa545",
                "sha256": "adb6eb68bd73a521534be62cefddcbd1292b4a074f08c67727f1df43e5e0c477"
            },
            "downloads": -1,
            "filename": "bzt-1.16.29-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6958b48f895d3c0cfec5a2a171caa545",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.6",
            "size": 504851,
            "upload_time": "2024-02-26T12:37:37",
            "upload_time_iso_8601": "2024-02-26T12:37:37.226694Z",
            "url": "https://files.pythonhosted.org/packages/11/9e/498c8a2f4fe72897ce39d4b33b59a96566da0f77a53d7987a9d26931b426/bzt-1.16.29-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92a60aba1c89418050fb8bd5e1217897ef533321e874bd4d87ed414a2355f218",
                "md5": "6868edef0e467c203fd01f81094048e2",
                "sha256": "b1666800901a70327c9788ae4b20c43fce90ca31aa182577a5bbee71d37d3d7c"
            },
            "downloads": -1,
            "filename": "bzt-1.16.29.tar.gz",
            "has_sig": false,
            "md5_digest": "6868edef0e467c203fd01f81094048e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 447738,
            "upload_time": "2024-02-26T12:37:39",
            "upload_time_iso_8601": "2024-02-26T12:37:39.863931Z",
            "url": "https://files.pythonhosted.org/packages/92/a6/0aba1c89418050fb8bd5e1217897ef533321e874bd4d87ed414a2355f218/bzt-1.16.29.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-26 12:37:39",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bzt"
}
        
Elapsed time: 0.20838s