bhanu3010 / regrun

Other
0 stars 0 forks source link

regrun

A minimalist client to launch regressions on web sockets.

Features

Demo

Imgur

Installation

Create a virtual environment, clone repo and install the requirements with pip.

virtualenv venv
. venv/bin/activate
cd venv
git clone https://github.com/bhanu3010/regrun.git
cd regrun
pip install -r requirements.txt

Install latest mongodb and start mongodb-server.

cd $(VIRTUALENV_PROJECT_DIR); python manage.py runserver -h 0.0.0.0 -p 5000 -r

Note:

  1. Entire application is tested on debian-wheezy platform, Python 2.7.13, 3.5.
  2. Older versions of Python including 2.7 are expected to work.

TODO