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.
Version 2.0 will be a way to gameify testing, by allowing points based on various activities.
-
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.
-
Clone the repository with a:
-
Now go into the new repository and set it set up:
cd TeamTest/ php ./dev-install.php
-
Now go into the www dir and start up the server:
cd www/ php -S localhost:9999