

You can also specify multiple config files in the docker run command with wildcards or as Taurus is started with the config files you specified: `bzt /bzt-configs/my-config.yml.Current directory changed to /bzt-configs.Directory /tmp/my-test is mounted as /bzt-configs.Here's what happens inside the container: Make note that /tmp/my-test was passed in -v Docker option, it's crucial. Then start Docker like this: docker run -it -rm -v /tmp/my-test:/bzt-configs blazemeter/taurus my-config.yml To use it, create a directory, for example /tmp/my-test, put all configs and additional files like JMXses there,

Taurus has Docker image that allows you to run tool as container.
#Upgrade docker for mac install#
Please check that the 'Desktop Development with C++' box is checked during installation.Īlso, do not forget to update pip, setuptools, and wheel with the following command: python -m pip install -upgrade pip setuptools wheelĪfter all those steps, install Taurus: python -m pip install bzt Docker Image

#Upgrade docker for mac mac os#
Upgrade is simply: pip install -upgrade bzt Mac OS Install Homebrew Package Then, to install Taurus, type: pip install bzt Your Python virtual environments, if you haven't done so already. Please see virtualenv instructions for setting up Upgrading to latest is as simple as this: sudo python3 -m pip install -upgrade bztĪlternatively, you can install using virtualenv, and you won't need sudo privileges for Taurus. Sudo apt-get install python3 default-jre-headless python3-tk python3-pip python3-dev libxml2-dev libxslt-dev zlib1g-dev net-tools To install Taurus on Linux, do the following instructions: sudo apt-get update You will need Python 3.7+ and Java installed. This is available only in unstable snapshot.įor the features that will be released soon but at the momentĬan't be installed from PyPi and available in the pointed topic only. (Java, specific Python tools like Locust, etc.).īelow you can see some specific info for different operating systems.
#Upgrade docker for mac software#
Keep in mind that some additional software can be required depend on the test type The simplest Taurus installation requires you to use pip package manager: pip install bztĪnd for upgrade: pip install -upgrade bzt Before Taurus and after Python installation, check if you have the following modules installed: pip install -upgrade wheel setuptools Cython
