/TeamTest

A multi language test runner. Version 2 will be an attempt to gamify it.

Primary LanguageJavaScript

TeamTest

Currently teamtest is a simple test runner. Configure a project with a basepath, TeamTest will poll/watch the directory and run any associated tests you've created.

A green tab means your test passed! An orange means it failed. Click on the test tabs to see the output of each test.

ScreenShot

Version 2.0 will be a way to gameify testing, by allowing points based on various activities.

Quick Start

  1. This project makes use of wikidiff2. To install this under Ubuntu do a:

    sudo apt-get install php-wikidiff2

Under other distributions and OS's, do whatever it is that you do.

  1. Clone the repository with a:

    git clone https://github.com/autowitch/TeamTest.git

  2. Now go into the new repository and set it set up:

    cd TeamTest/ php ./dev-install.php

  3. Now go into the www dir and start up the server:

    cd www/ php -S localhost:9999