yuzhougit / taurus

Automation-friendly framework for Continuous Testing by

Home Page:http://blazemeter.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taurus

Test automation running smoothly

Quick links: Taurus Documentation | Videos | Support Forum

Purpose

Hides the complexity of performance and functional tests with an automation-friendly convenience wrapper. Taurus relies on JMeter, Gatling and Grinder as its underlying tools. Project is licensed under Apache 2.0 License.

CLI dashboard and BlazeMeter Report

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:
    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

http://blazemeter.com

License:Apache License 2.0


Languages

Language:Python 98.6%Language:Scala 0.9%Language:Shell 0.4%Language:Smarty 0.1%