Skip to content
forked from Blazemeter/taurus

Automation-friendly framework for Continuous Testing by

License

Notifications You must be signed in to change notification settings

g-bhagat/taurus

This branch is 413 commits behind Blazemeter/taurus:master.

Folders and files

NameName
Last commit message
Last commit date
Jun 21, 2021
Apr 2, 2021
Jun 21, 2021
Jun 21, 2021
May 16, 2021
Nov 27, 2020
Oct 7, 2020
Oct 21, 2020
Dec 22, 2020
Apr 26, 2021
Jun 10, 2021
Mar 25, 2015
Nov 19, 2018
Mar 25, 2015
May 4, 2018
Dec 22, 2020
Dec 22, 2020
Oct 9, 2020
Mar 12, 2015
Oct 21, 2020
Mar 22, 2021
Jun 15, 2021
Sep 29, 2017
Apr 12, 2021

Repository files navigation

Taurus

Quick links: Taurus Documentation | Knowledge Base | Support Forum

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:

pip install bzt

More detailed instructions for Linux, Mac OS and Windows available here.

Getting Started

Create a file named test.yml with following contents:

---
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). All artifact files from the run will be placed in the directory mentioned in console log. Read more on command-line tool usage here.

Analytics

About

Automation-friendly framework for Continuous Testing by

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 93.7%
  • JavaScript 1.2%
  • C# 0.8%
  • Scala 0.6%
  • Smarty 0.6%
  • Shell 0.5%
  • Other 2.6%