Skip to content
This repository was archived by the owner on Mar 27, 2018. It is now read-only.

Install

Tao Sauvage edited this page Jan 29, 2015 · 1 revision

Before installing owtf_testing, you need to have a working OWTF version installed. In order to know how to install OWTF, please refer to the installation page of the project.

Clone

Then you need to clone owtf_testing into your owtf directory by running the following commands:

$ cd your_owtf_path/
$ git clone https://github.com/DePierre/owtf_testing.git

Dependencies

Finally in order to be able to run the test suites, owtf_testing needs some python non-standard libraries to be installed. These dependencies have been gathered into the owtf_testing.pip file.

You must use the following command in order to install them:

$ pip2 install -r ./owtf_testing/owtf_testing.pip

Clone this wiki locally